Class FlexCurveBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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.Motion
Assembly: NXOpen.dll
Syntax
public class FlexCurveBuilder : TaggedObject, IMessageSink
Constructors
FlexCurveBuilder()
Declaration
protected FlexCurveBuilder()
Properties
CloseCurve
Declaration
public bool CloseCurve { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Curves
Declaration
public SelectCurveList Curves { get; }
Property Value
Type | Description |
---|---|
SelectCurveList |
DefinitionMethod
Declaration
public FlexCurveBuilder.DefinitionMethodType DefinitionMethod { get; set; }
Property Value
Type | Description |
---|---|
FlexCurveBuilder.DefinitionMethodType |
FlexBody
Declaration
public SelectFlexBody FlexBody { get; }
Property Value
Type | Description |
---|---|
SelectFlexBody |
Tolerance
Declaration
public Expression Tolerance { get; }
Property Value
Type | Description |
---|---|
Expression |
Methods
AssignNode(Int32, Int32)
Declaration
public void AssignNode(int index, int nodeLabel)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
System.Int32 | nodeLabel |
AssignNodeFromPoint(Int32, Point)
Declaration
public void AssignNodeFromPoint(int index, Point point)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
Point | point |
FindNodesFromCurves()
Declaration
public void FindNodesFromCurves()
InsertEmptyNode(Int32)
Declaration
public void InsertEmptyNode(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
RemoveAllNodes()
Declaration
public void RemoveAllNodes()
RemoveNode(Int32)
Declaration
public void RemoveNode(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
SwapNodes(Int32, Int32)
Declaration
public void SwapNodes(int index1, int index2)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index1 | |
System.Int32 | index2 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink