Class WeldBeadSizeBuilder
Inheritance
System.Object
System.MarshalByRefObject
WeldBeadSizeBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Weld
Assembly: NXOpen.dll
Syntax
public class WeldBeadSizeBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
WeldBeadSizeBuilder()
Declaration
protected WeldBeadSizeBuilder()
Properties
CustomSection
Declaration
public Section CustomSection { get; }
Property Value
Type | Description |
---|---|
Section |
PathLocation
Declaration
public OnPathDimensionBuilder PathLocation { get; }
Property Value
Type | Description |
---|---|
OnPathDimensionBuilder |
RectangleBase
Declaration
public double RectangleBase { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RectangleHeight
Declaration
public double RectangleHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SemiMajor
Declaration
public double SemiMajor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SemiMinor
Declaration
public double SemiMinor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SizeString
Declaration
public WeldBeadSizeBuilder.Size SizeString { get; set; }
Property Value
Type | Description |
---|---|
WeldBeadSizeBuilder.Size |
ThroatThickness
Declaration
public double ThroatThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TriangleBase
Declaration
public double TriangleBase { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TriangleHeight
Declaration
public double TriangleHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TriangleMethod
Declaration
public WeldBeadSizeBuilder.TriangleMethodType TriangleMethod { get; set; }
Property Value
Type | Description |
---|---|
WeldBeadSizeBuilder.TriangleMethodType |
TriangleType
Declaration
public WeldBeadSizeBuilder.TriangleTypes TriangleType { get; set; }
Property Value
Type | Description |
---|---|
WeldBeadSizeBuilder.TriangleTypes |
TubeDiameter
Declaration
public double TubeDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink