Class SpinePointDataCollection
Inheritance
SpinePointDataCollection
Assembly: NXOpen.dll
Syntax
public class SpinePointDataCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
SpinePointDataCollection()
Declaration
protected SpinePointDataCollection()
SpinePointDataCollection(Part)
Declaration
protected SpinePointDataCollection(Part owner)
Parameters
Type |
Name |
Description |
Part |
owner |
|
Properties
Tag
Declaration
Property Value
Methods
CreateSpinePointData(Expression, double, Section)
Declaration
public SpinePointData CreateSpinePointData(Expression lawValueExpression, double parameter, Section parent)
Parameters
Returns
CreateSpinePointData(double, double, Section)
Declaration
public SpinePointData CreateSpinePointData(double lawValue, double parameter, Section parent)
Parameters
Returns
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
ToArray()
Declaration
public SpinePointData[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink