Class LinearSpringJointCollection
Inheritance
LinearSpringJointCollection
Assembly: NXOpen.dll
Syntax
public class LinearSpringJointCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
LinearSpringJointCollection()
Declaration
protected LinearSpringJointCollection()
LinearSpringJointCollection(PhysicsManager)
Declaration
protected LinearSpringJointCollection(PhysicsManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateLinearSpringJointBuilder(LinearSpringJoint)
Declaration
public LinearSpringJointBuilder CreateLinearSpringJointBuilder(LinearSpringJoint linearSpringJoint)
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
FindObject(string)
Declaration
public LinearSpringJoint FindObject(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
ToArray()
Declaration
public LinearSpringJoint[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink