NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.Mechatronics.ChangeMaterialBuilder Class Reference

Represents a NXOpen.Mechatronics.ChangeMaterial builder. More...

Inheritance diagram for NXOpen.Mechatronics.ChangeMaterialBuilder:
NXOpen.Mechatronics.PhysicsConstraintBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void SetFirstBody (NXOpen.DisplayableObject firstBody)
 Sets the first object. More...
 
unsafe void SetSecondBody (NXOpen.DisplayableObject secondBody)
 Sets the second object. More...
 

Properties

unsafe
NXOpen.Mechatronics.CollisionMaterial 
CollisionMaterial [get, set]
 Returns or sets the material. More...
 
unsafe
NXOpen.SelectDisplayableObject 
FirstBody [get]
 Returns the first body of collision pair. More...
 
unsafe
NXOpen.SelectDisplayableObject 
SecondBody [get]
 Returns the second body of collision pair. More...
 
- Properties inherited from NXOpen.Mechatronics.PhysicsConstraintBuilder
unsafe string Name [get, set]
 Returns or sets the name. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Mechatronics.ChangeMaterial builder.

To create a new instance of this class, use NXOpen.Mechatronics.ChangeMaterialCollection.CreateChangeMaterialBuilder

Created in NX7.5.1

Member Function Documentation

unsafe void NXOpen.Mechatronics.ChangeMaterialBuilder.SetFirstBody ( NXOpen.DisplayableObject  firstBody)
inline

Sets the first object.

This can be NXOpen.Mechatronics.RigidBody , NXOpen.Mechatronics.CollisionBody or NXOpen.Mechatronics.TransportSurface .

Created in NX7.5.1

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
firstBody
unsafe void NXOpen.Mechatronics.ChangeMaterialBuilder.SetSecondBody ( NXOpen.DisplayableObject  secondBody)
inline

Sets the second object.

This can be NXOpen.Mechatronics.RigidBody , NXOpen.Mechatronics.CollisionBody or NXOpen.Mechatronics.TransportSurface .

Created in NX7.5.1

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
secondBody

Property Documentation

unsafe NXOpen.Mechatronics.CollisionMaterial NXOpen.Mechatronics.ChangeMaterialBuilder.CollisionMaterial
getset

Returns or sets the material.

This can be NXOpen.Mechatronics.CollisionMaterial .

Created in NX7.5.1

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.SelectDisplayableObject NXOpen.Mechatronics.ChangeMaterialBuilder.FirstBody
get

Returns the first body of collision pair.

This can be NXOpen.Mechatronics.RigidBody , NXOpen.Mechatronics.CollisionBody or NXOpen.Mechatronics.TransportSurface .

Created in NX7.5.1

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.SelectDisplayableObject NXOpen.Mechatronics.ChangeMaterialBuilder.SecondBody
get

Returns the second body of collision pair.

This can be NXOpen.Mechatronics.RigidBody , NXOpen.Mechatronics.CollisionBody or NXOpen.Mechatronics.TransportSurface .

Created in NX7.5.1

License requirements: nx_mcd_core ("Mechatronics Concept Designer")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.