Class CurveAlignedBuilder
Inheritance
System.Object
System.MarshalByRefObject
CurveAlignedBuilder
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.GeometricAnalysis.SectionAnalysis
Assembly: NXOpen.dll
Syntax
public class CurveAlignedBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
CurveAlignedBuilder()
Declaration
protected CurveAlignedBuilder()
Properties
Curves
Declaration
public ScCollector Curves { get; }
Property Value
Type | Description |
---|---|
ScCollector |
IsSpacingEnabled
Declaration
public bool IsSpacingEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Number
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Offset
Declaration
public double Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Spacing
Declaration
public double Spacing { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SpecifiedPlane
Declaration
public SectionPlaneBuilder SpecifiedPlane { get; }
Property Value
Type | Description |
---|---|
SectionPlaneBuilder |
UseProjectedCurve
Declaration
public bool UseProjectedCurve { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink