Class PreventCollisionBuilder
Inheritance
System.Object
System.MarshalByRefObject
PreventCollisionBuilder
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Mechatronics
Assembly: NXOpen.dll
Syntax
public class PreventCollisionBuilder : PhysicsConstraintBuilder, IMessageSink, IComponentBuilder
Constructors
PreventCollisionBuilder()
Declaration
protected PreventCollisionBuilder()
Properties
FirstBody
Declaration
public SelectDisplayableObject FirstBody { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObject |
SecondBody
Declaration
public SelectDisplayableObject SecondBody { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObject |
Methods
SetFirstBody(DisplayableObject)
Declaration
public void SetFirstBody(DisplayableObject firstBody)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject | firstBody |
SetSecondBody(DisplayableObject)
Declaration
public void SetSecondBody(DisplayableObject secondBody)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject | secondBody |
Implements
System.Runtime.Remoting.Messaging.IMessageSink