Class SubdivideSegmentBuilder
Inheritance
System.Object
System.MarshalByRefObject
SubdivideSegmentBuilder
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.Routing
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
Type | Description |
---|---|
SubdivideSegmentBuilder.EqualSegmentsMethod |
ReverseSubdividePoint
Declaration
public bool ReverseSubdividePoint { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Segment
Declaration
public SelectISegment Segment { get; }
Property Value
Type | Description |
---|---|
SelectISegment |
SubdivideArcLength
Declaration
public OnPathDimensionBuilder SubdivideArcLength { get; }
Property Value
Type | Description |
---|---|
OnPathDimensionBuilder |
SubdivideEndPercentage
Declaration
public OnPathDimensionBuilder SubdivideEndPercentage { get; }
Property Value
Type | Description |
---|---|
OnPathDimensionBuilder |
SubdivideNumSegments
Declaration
public int SubdivideNumSegments { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SubdividePoint
Declaration
public OnPathDimensionBuilder SubdividePoint { get; }
Property Value
Type | Description |
---|---|
OnPathDimensionBuilder |
SubdivideStartPercentage
Declaration
public OnPathDimensionBuilder SubdivideStartPercentage { get; }
Property Value
Type | Description |
---|---|
OnPathDimensionBuilder |
Type
Declaration
public SubdivideSegmentBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
SubdivideSegmentBuilder.Types |
Methods
GetSplineSettings(out Boolean, out Boolean)
Declaration
public void GetSplineSettings(out bool createTangency, out bool createPoints)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | createTangency | |
System.Boolean | createPoints |
GetSplineSettings(out Boolean, out Boolean, out Boolean)
Declaration
public void GetSplineSettings(out bool createTangency, out bool createPoints, out bool addFixConstraint)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | createTangency | |
System.Boolean | createPoints | |
System.Boolean | addFixConstraint |
SetSplineSettings(Boolean, Boolean)
Declaration
public void SetSplineSettings(bool createTangency, bool addPoints)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | createTangency | |
System.Boolean | addPoints |
SetSplineSettings(Boolean, Boolean, Boolean)
Declaration
public void SetSplineSettings(bool createTangency, bool addPoints, bool addFixConstraint)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | createTangency | |
System.Boolean | addPoints | |
System.Boolean | addFixConstraint |
Implements
System.Runtime.Remoting.Messaging.IMessageSink