Class SubdivideCurveBuilder
Inheritance
System.Object
System.MarshalByRefObject
SubdivideCurveBuilder
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.RoutingCommon
Assembly: NXOpen.dll
Syntax
public class SubdivideCurveBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SubdivideCurveBuilder()
Declaration
protected SubdivideCurveBuilder()
Properties
ArcLength
Declaration
public OnPathDimensionBuilder ArcLength { get; }
Property Value
| Type | Description |
|---|---|
| OnPathDimensionBuilder |
CreateTangencySetting
Declaration
public bool CreateTangencySetting { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
EndPercentage
Declaration
public OnPathDimensionBuilder EndPercentage { get; }
Property Value
| Type | Description |
|---|---|
| OnPathDimensionBuilder |
NumberOfSegments
Declaration
public int NumberOfSegments { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ReverseDirection
Declaration
public bool ReverseDirection { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
SelectedSegment
Declaration
public RouteObjectCollector SelectedSegment { get; }
Property Value
| Type | Description |
|---|---|
| RouteObjectCollector |
StartPercentage
Declaration
public OnPathDimensionBuilder StartPercentage { get; }
Property Value
| Type | Description |
|---|---|
| OnPathDimensionBuilder |
SubdivideAtPoint
Declaration
public OnPathDimensionBuilder SubdivideAtPoint { get; }
Property Value
| Type | Description |
|---|---|
| OnPathDimensionBuilder |
Type
Declaration
public SubdivideCurveBuilder.Types Type { get; set; }
Property Value
| Type | Description |
|---|---|
| SubdivideCurveBuilder.Types |
Methods
GetSubdividedCurves()
Declaration
public Curve[] GetSubdividedCurves()
Returns
| Type | Description |
|---|---|
| Curve[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink