Class SubdivideSegmentBuilder
Inheritance
SubdivideSegmentBuilder
Assembly: NXOpen.dll
Syntax
public class SubdivideSegmentBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SubdivideSegmentBuilder()
Declaration
protected SubdivideSegmentBuilder()
Properties
EqualSegmentsOption
Declaration
public SubdivideSegmentBuilder.EqualSegmentsMethod EqualSegmentsOption { get; set; }
Property Value
ReverseSubdividePoint
Declaration
public bool ReverseSubdividePoint { get; set; }
Property Value
Segment
Declaration
public SelectISegment Segment { get; }
Property Value
SubdivideArcLength
Declaration
public OnPathDimensionBuilder SubdivideArcLength { get; }
Property Value
SubdivideEndPercentage
Declaration
public OnPathDimensionBuilder SubdivideEndPercentage { get; }
Property Value
SubdivideNumSegments
Declaration
public int SubdivideNumSegments { get; set; }
Property Value
SubdividePoint
Declaration
public OnPathDimensionBuilder SubdividePoint { get; }
Property Value
SubdivideStartPercentage
Declaration
public OnPathDimensionBuilder SubdivideStartPercentage { get; }
Property Value
Type
Declaration
public SubdivideSegmentBuilder.Types Type { get; set; }
Property Value
Methods
GetSplineSettings(out bool, out bool)
Declaration
public void GetSplineSettings(out bool createTangency, out bool createPoints)
Parameters
Type |
Name |
Description |
bool |
createTangency |
|
bool |
createPoints |
|
GetSplineSettings(out bool, out bool, out bool)
Declaration
public void GetSplineSettings(out bool createTangency, out bool createPoints, out bool addFixConstraint)
Parameters
Type |
Name |
Description |
bool |
createTangency |
|
bool |
createPoints |
|
bool |
addFixConstraint |
|
SetSplineSettings(bool, bool)
Declaration
public void SetSplineSettings(bool createTangency, bool addPoints)
Parameters
Type |
Name |
Description |
bool |
createTangency |
|
bool |
addPoints |
|
SetSplineSettings(bool, bool, bool)
Declaration
public void SetSplineSettings(bool createTangency, bool addPoints, bool addFixConstraint)
Parameters
Type |
Name |
Description |
bool |
createTangency |
|
bool |
addPoints |
|
bool |
addFixConstraint |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink