NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Mechatronics::ECADImportBuilder Class Reference

Represents a NXOpen::Mechatronics::ECADImportBuilder
To create a new instance of this class, use NXOpen::Mechatronics::PhysicsManager::CreateECADImportBuilder

Created in NX8.5.0. More...

Inheritance diagram for NXOpen::Mechatronics::ECADImportBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  PositionMode {
  PositionModeInferredOnly, PositionModeAbsoluteOrigin, PositionModeSelectOrigin, PositionModeByConstraints,
  PositionModeMove
}
 Represents the position mode. More...
 

Public Member Functions

NXOpen::Mechatronics::ComparisonResultContextCompareObjects ()
 Compares imported ECAD objects with logical objects. More...
 
NXOpen::Mechatronics::LogicObjectCreateLogicalNode (const NXString &referenceDesignator)
 Creates logical node in system navigator. More...
 
NXOpen::Mechatronics::LogicObjectCreateLogicalNode (const char *referenceDesignator)
 Creates logical node in system navigator. More...
 
void EditLogicalNode (NXOpen::Mechatronics::LogicObject *logicalNode, const NXString &itemName, const NXString &itemId, NXOpen::Assemblies::Component *oldPartOcc, NXOpen::Assemblies::Component *newPartOcc, const std::vector< NXOpen::Mechatronics::LogicObjectBuilder::ParameterData > &parameterData)
 Edits logical node in system navigator. More...
 
void EditLogicalNode (NXOpen::Mechatronics::LogicObject *logicalNode, const char *itemName, const char *itemId, NXOpen::Assemblies::Component *oldPartOcc, NXOpen::Assemblies::Component *newPartOcc, const std::vector< NXOpen::Mechatronics::LogicObjectBuilder::ParameterData > &parameterData)
 Edits logical node in system navigator. More...
 
NXOpen::BasePartGenerateEcadModelComponent (const NXString &partName)
 Generates ECAD model component. More...
 
NXOpen::BasePartGenerateEcadModelComponent (const char *partName)
 Generates ECAD model component. More...
 
NXString ImportFile ()
 Returns the import file name
Created in NX8.5.0. More...
 
NXOpen::Mechatronics::ECADImportBuilder::PositionMode PositionMethod ()
 Returns the position method, which is used in adding to assembly. More...
 
void SetImportFile (const NXString &importFile)
 Sets the import file name
Created in NX8.5.0. More...
 
void SetImportFile (const char *importFile)
 Sets the import file name
Created in NX8.5.0. More...
 
void SetPositionMethod (NXOpen::Mechatronics::ECADImportBuilder::PositionMode positionMethod)
 Sets the position method, which is used in adding to assembly. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Mechatronics::ECADImportBuilder
To create a new instance of this class, use NXOpen::Mechatronics::PhysicsManager::CreateECADImportBuilder

Created in NX8.5.0.


Member Enumeration Documentation

Represents the position mode.


Deprecated:
Deprecated in NX9.0.0. This enum type has no replacement. It is no longer supported.
Enumerator
PositionModeInferredOnly 

Inferred Only.

PositionModeAbsoluteOrigin 

Absolute Origin.

PositionModeSelectOrigin 

Select Origin.

PositionModeByConstraints 

By Constraints.

PositionModeMove 

Move.

Member Function Documentation

NXOpen::Mechatronics::ComparisonResultContext* NXOpen::Mechatronics::ECADImportBuilder::CompareObjects ( )

Compares imported ECAD objects with logical objects.

Returns
The comparison result context
Created in NX9.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Mechatronics::LogicObject* NXOpen::Mechatronics::ECADImportBuilder::CreateLogicalNode ( const NXString referenceDesignator)

Creates logical node in system navigator.

Returns

Deprecated:
Deprecated in NX9.0.0. This method has no replacement. It is no longer supported.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
referenceDesignatorMultiple Reference Designator
NXOpen::Mechatronics::LogicObject* NXOpen::Mechatronics::ECADImportBuilder::CreateLogicalNode ( const char *  referenceDesignator)

Creates logical node in system navigator.

Returns

Deprecated:
Deprecated in NX9.0.0. This method has no replacement. It is no longer supported.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
referenceDesignatorMultiple Reference Designator
void NXOpen::Mechatronics::ECADImportBuilder::EditLogicalNode ( NXOpen::Mechatronics::LogicObject logicalNode,
const NXString itemName,
const NXString itemId,
NXOpen::Assemblies::Component oldPartOcc,
NXOpen::Assemblies::Component newPartOcc,
const std::vector< NXOpen::Mechatronics::LogicObjectBuilder::ParameterData > &  parameterData 
)

Edits logical node in system navigator.


Deprecated:
Deprecated in NX9.0.0. This method has no replacement. It is no longer supported.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
logicalNodelogicalnode
itemNameLogical Item Name
itemIdLogical Item ID
oldPartOccOld Component
newPartOccNew Component
parameterDataParameter Data Array
void NXOpen::Mechatronics::ECADImportBuilder::EditLogicalNode ( NXOpen::Mechatronics::LogicObject logicalNode,
const char *  itemName,
const char *  itemId,
NXOpen::Assemblies::Component oldPartOcc,
NXOpen::Assemblies::Component newPartOcc,
const std::vector< NXOpen::Mechatronics::LogicObjectBuilder::ParameterData > &  parameterData 
)

Edits logical node in system navigator.


Deprecated:
Deprecated in NX9.0.0. This method has no replacement. It is no longer supported.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
logicalNodelogicalnode
itemNameLogical Item Name
itemIdLogical Item ID
oldPartOccOld Component
newPartOccNew Component
parameterDataParameter Data Array
NXOpen::BasePart* NXOpen::Mechatronics::ECADImportBuilder::GenerateEcadModelComponent ( const NXString partName)

Generates ECAD model component.

Returns

Deprecated:
Deprecated in NX9.0.0. This method has no replacement. It is no longer supported.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
partNameECAD Model Part Name
NXOpen::BasePart* NXOpen::Mechatronics::ECADImportBuilder::GenerateEcadModelComponent ( const char *  partName)

Generates ECAD model component.

Returns

Deprecated:
Deprecated in NX9.0.0. This method has no replacement. It is no longer supported.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
partNameECAD Model Part Name
NXString NXOpen::Mechatronics::ECADImportBuilder::ImportFile ( )

Returns the import file name
Created in NX8.5.0.



License requirements : None

NXOpen::Mechatronics::ECADImportBuilder::PositionMode NXOpen::Mechatronics::ECADImportBuilder::PositionMethod ( )

Returns the position method, which is used in adding to assembly.


Deprecated:
Deprecated in NX9.0.0. This method has no replacement. It is no longer supported.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

void NXOpen::Mechatronics::ECADImportBuilder::SetImportFile ( const NXString importFile)

Sets the import file name
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
importFileThe import file name
void NXOpen::Mechatronics::ECADImportBuilder::SetImportFile ( const char *  importFile)

Sets the import file name
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
importFileThe import file name
void NXOpen::Mechatronics::ECADImportBuilder::SetPositionMethod ( NXOpen::Mechatronics::ECADImportBuilder::PositionMode  positionMethod)

Sets the position method, which is used in adding to assembly.


Deprecated:
Deprecated in NX9.0.0. This method has no replacement. It is no longer supported.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
positionMethodpositionmethod

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