NXOpen .NET Reference  12.0.0
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.GeometricUtilities.IComponentBuilder

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...
 

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)

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)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.