Class SpinePointDataCollection
Inheritance
System.Object
System.MarshalByRefObject
SpinePointDataCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.GeometricUtilities
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
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
CreateSpinePointData(Expression, Double, Section)
Declaration
public SpinePointData CreateSpinePointData(Expression lawValueExpression, double parameter, Section parent)
Parameters
Type | Name | Description |
---|---|---|
Expression | lawValueExpression | |
System.Double | parameter | |
Section | parent |
Returns
Type | Description |
---|---|
SpinePointData |
CreateSpinePointData(Double, Double, Section)
Declaration
public SpinePointData CreateSpinePointData(double lawValue, double parameter, Section parent)
Parameters
Type | Name | Description |
---|---|---|
System.Double | lawValue | |
System.Double | parameter | |
Section | parent |
Returns
Type | Description |
---|---|
SpinePointData |
EnumerateMoveNext(ref Tag, Byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type | Name | Description |
---|---|---|
Tag | currentTag | |
System.Byte[] | state |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
ToArray()
Declaration
public SpinePointData[] ToArray()
Returns
Type | Description |
---|---|
SpinePointData[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable