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