Class PhysicsConversionBuilder
Inheritance
PhysicsConversionBuilder
Inherited Members
Namespace: NXOpen.Motion
Assembly: NXOpen.dll
Syntax
public class PhysicsConversionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PhysicsConversionBuilder()
Declaration
protected PhysicsConversionBuilder()
Methods
ActiveAll()
Declaration
public void ActiveAll()
DeactiveAll()
Declaration
public void DeactiveAll()
GetPhysics(out NXObject[], out Component[], out bool[])
Declaration
public void GetPhysics(out NXObject[] physicsProto, out Component[] partOccurrence, out bool[] active)
Parameters
| Type | Name | Description |
|---|---|---|
| NXObject[] | physicsProto | |
| Component[] | partOccurrence | |
| bool[] | active |
UpdateStatus(NXObject[], Component[], bool)
Declaration
public void UpdateStatus(NXObject[] physicsProto, Component[] partOccurrence, bool active)
Parameters
| Type | Name | Description |
|---|---|---|
| NXObject[] | physicsProto | |
| Component[] | partOccurrence | |
| bool | active |
Implements
System.Runtime.Remoting.Messaging.IMessageSink