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

Represents a NXOpen.Mechatronics.ReplacePhysicsBuilder builder. More...

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

Public Member Functions

unsafe void MappingNewphysicsFileid (string originalPhysicsObjectPrototypeFileId, string newFileId)
 Maps new physics file id according to the original file id More...
 
unsafe void MappingNewphysicsObject (string originalPhysicsObjectPrototypeFileId, NXOpen.NXObject newPhysicsObj)
 Maps new physics object according to the original file id More...
 
unsafe void ScanPhysicsObject (NXOpen.Assemblies.Component replacedPartOcc)
 Scans physics objects in context More...
 
unsafe void SetReplacementStatus (bool status)
 Set the replacement status More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen.Mechatronics.ReplacePhysicsBuilder builder.

This class migrates physics objects from replaced component to replacement component in MCD environment, and regeneration of every physics object is done by its own JA interface.

To create a new instance of this class, use NXOpen.Mechatronics.PhysicsManager.CreateReplacePhysicsBuilder

Created in NX8.0.0

Member Function Documentation

unsafe void NXOpen.Mechatronics.ReplacePhysicsBuilder.MappingNewphysicsFileid ( string  originalPhysicsObjectPrototypeFileId,
string  newFileId 
)
inline

Maps new physics file id according to the original file id

Created in NX8.5.0

Deprecated in NX9.0.0. Use NXOpen.Mechatronics.ReplacePhysicsBuilder.MappingNewphysicsObject instead.

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
originalPhysicsObjectPrototypeFileIdThe original physics object file id
newFileIdThe new file id
unsafe void NXOpen.Mechatronics.ReplacePhysicsBuilder.MappingNewphysicsObject ( string  originalPhysicsObjectPrototypeFileId,
NXOpen.NXObject  newPhysicsObj 
)
inline

Maps new physics object according to the original file id

Created in NX9.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
originalPhysicsObjectPrototypeFileIdThe original physics object file id
newPhysicsObjThe new physics object to replace
unsafe void NXOpen.Mechatronics.ReplacePhysicsBuilder.ScanPhysicsObject ( NXOpen.Assemblies.Component  replacedPartOcc)
inline

Scans physics objects in context

Created in NX8.5.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
replacedPartOccThe replaced part occurence
unsafe void NXOpen.Mechatronics.ReplacePhysicsBuilder.SetReplacementStatus ( bool  status)
inline

Set the replacement status

Created in NX8.5.2

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
statusThe replacement status

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