Table of Contents

Class WeldDefinition

Namespace
IdeaRS.OpenModel.Connection
Assembly
IdeaRS.OpenModel.dll

Weld definition for cut operations (web or flange weld).

public class WeldDefinition

Inheritance

Inherited Members

Properties

Thickness

Thickness of the weld - value 0 = recommended size

public double Thickness { get; set; }

Property Value

double

WeldMaterial

Material of the weld. Null = taken from connected member.

public ReferenceElement WeldMaterial { get; set; }

Property Value

ReferenceElement

WeldType

Type of the weld

public WeldType WeldType { get; set; }

Property Value

WeldType