Class ChangeMaterialBuilder
Inheritance
System.Object
System.MarshalByRefObject
ChangeMaterialBuilder
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 ChangeMaterialBuilder : PhysicsConstraintBuilder, IMessageSink, IComponentBuilder
Constructors
ChangeMaterialBuilder()
Declaration
protected ChangeMaterialBuilder()
Properties
CollisionMaterial
Declaration
public CollisionMaterial CollisionMaterial { get; set; }
Property Value
Type | Description |
---|---|
CollisionMaterial |
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