Class TraceLinesBuilder
Inheritance
System.Object
System.MarshalByRefObject
TraceLinesBuilder
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.Features.ShipDesign
Assembly: NXOpen.dll
Syntax
public class TraceLinesBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
TraceLinesBuilder()
Declaration
protected TraceLinesBuilder()
Properties
Associative
Declaration
public bool Associative { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CurveCount
Declaration
public int CurveCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DatumPlanes
Declaration
public SelectDisplayableObjectList DatumPlanes { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
Direction
Declaration
public bool Direction { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EndCurve
Declaration
public Section EndCurve { get; }
Property Value
Type | Description |
---|---|
Section |
Offset
Declaration
public Expression Offset { get; }
Property Value
Type | Description |
---|---|
Expression |
OffsetCurveCount
Declaration
public int OffsetCurveCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OffsetType
Declaration
public TraceLinesBuilder.TraceLineType OffsetType { get; set; }
Property Value
Type | Description |
---|---|
TraceLinesBuilder.TraceLineType |
PlacementFace
Declaration
public ScCollector PlacementFace { get; }
Property Value
Type | Description |
---|---|
ScCollector |
ReferenceCurve
Declaration
public Section ReferenceCurve { get; }
Property Value
Type | Description |
---|---|
Section |
StartCurve
Declaration
public Section StartCurve { get; }
Property Value
Type | Description |
---|---|
Section |
Implements
System.Runtime.Remoting.Messaging.IMessageSink