Class NodesOnCurveBuilder
Inheritance
System.Object
System.MarshalByRefObject
NodesOnCurveBuilder
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.CAE
Assembly: NXOpen.dll
Syntax
public class NodesOnCurveBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
NodesOnCurveBuilder()
Declaration
protected NodesOnCurveBuilder()
Properties
Distance
Declaration
public Expression Distance { get; }
Property Value
Type | Description |
---|---|
Expression |
Edge
Declaration
[Obsolete("Deprecated in NX8.5.0. Use NXOpen.CAE.NodesOnCurveBuilder.Geom instead.")]
public SelectCAEEdge Edge { get; }
Property Value
Type | Description |
---|---|
SelectCAEEdge |
Geom
Declaration
public SelectDisplayableObject Geom { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObject |
Increment
Declaration
public int Increment { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsClosedCurve
Declaration
public bool IsClosedCurve { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Label
Declaration
public int Label { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Length
Declaration
public double Length { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NumNodes
Declaration
public int NumNodes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PlacementOption
Declaration
public NodesOnCurveBuilder.PlacementType PlacementOption { get; set; }
Property Value
Type | Description |
---|---|
NodesOnCurveBuilder.PlacementType |
Implements
System.Runtime.Remoting.Messaging.IMessageSink