|
NX Open C++ Reference Guide
|
Imports results for motor selection from SIZER drive design based on the sizing, configuration, and selection of drive components. More...
Public Types | |
| enum | PositionMode { PositionModeInferredOnly, PositionModeAbsoluteOrigin, PositionModeSelectOrigin, PositionModeByConstraints, PositionModeMove } |
| Represents the position mode. More... | |
Public Member Functions | |
| NXOpen::Mechatronics::LogicObject * | CreateMcdLogical (const NXString &referenceDesignator) |
| Creates logical node in system navigator. | |
| NXOpen::Mechatronics::LogicObject * | CreateMcdLogical (const char *referenceDesignator) |
| Creates logical node in system navigator. | |
| void | EditMcdLogical (NXOpen::Mechatronics::LogicObject *logicalNode, const std::vector< NXOpen::Assemblies::Component * > &newPartOccs, const std::vector< NXOpen::Mechatronics::LogicObjectBuilder::ParameterData > ¶meterData) |
| Edits logical node in system navigator. | |
| NXOpen::BasePart * | GenerateMotorModel (const NXString &motorType) |
| Generates motor 3D model. | |
| NXOpen::BasePart * | GenerateMotorModel (const char *motorType) |
| Generates motor 3D model. | |
| NXString | InputFile () |
| Returns the input *.mdex file, which is imported from SIZER. | |
| NXOpen::Tooling::SIZERImportBuilder::PositionMode | PositionMethod () |
| Returns the position method, which is used in adding to assembly. | |
| void | SetInputFile (const NXString &filename) |
| Sets the input *.mdex file, which is imported from SIZER. | |
| void | SetInputFile (const char *filename) |
| Sets the input *.mdex file, which is imported from SIZER. | |
| void | SetPositionMethod (NXOpen::Tooling::SIZERImportBuilder::PositionMode positionMethod) |
| Sets the position method, which is used in adding to assembly. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Imports results for motor selection from SIZER drive design based on the sizing, configuration, and selection of drive components.
To create a new instance of this class, use Tooling::SIZERCollection::CreateImportBuilder
Created in NX7.5.0.
| NXOpen::Mechatronics::LogicObject* NXOpen::Tooling::SIZERImportBuilder::CreateMcdLogical | ( | const NXString & | referenceDesignator | ) |
Creates logical node in system navigator.
| referenceDesignator | Multiple Reference Designator |
| NXOpen::Mechatronics::LogicObject* NXOpen::Tooling::SIZERImportBuilder::CreateMcdLogical | ( | const char * | referenceDesignator | ) |
Creates logical node in system navigator.
| referenceDesignator | Multiple Reference Designator |
| void NXOpen::Tooling::SIZERImportBuilder::EditMcdLogical | ( | NXOpen::Mechatronics::LogicObject * | logicalNode, |
| const std::vector< NXOpen::Assemblies::Component * > & | newPartOccs, | ||
| const std::vector< NXOpen::Mechatronics::LogicObjectBuilder::ParameterData > & | parameterData | ||
| ) |
Edits logical node in system navigator.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| logicalNode | Logical Object Tag |
| newPartOccs | New Components Array |
| parameterData | Parameter Data Array |
| NXOpen::BasePart* NXOpen::Tooling::SIZERImportBuilder::GenerateMotorModel | ( | const NXString & | motorType | ) |
Generates motor 3D model.
| motorType | Motor Type NOTE: The full Unicode character set is not supported for this parameter. |
| NXOpen::BasePart* NXOpen::Tooling::SIZERImportBuilder::GenerateMotorModel | ( | const char * | motorType | ) |
Generates motor 3D model.
| motorType | Motor Type NOTE: The full Unicode character set is not supported for this parameter. |
| NXString NXOpen::Tooling::SIZERImportBuilder::InputFile | ( | ) |
Returns the input *.mdex file, which is imported from SIZER.
Created in NX7.5.0.
License requirements : None
| NXOpen::Tooling::SIZERImportBuilder::PositionMode NXOpen::Tooling::SIZERImportBuilder::PositionMethod | ( | ) |
Returns the position method, which is used in adding to assembly.
Created in NX7.5.0.
License requirements : None
| void NXOpen::Tooling::SIZERImportBuilder::SetInputFile | ( | const NXString & | filename | ) |
Sets the input *.mdex file, which is imported from SIZER.
Created in NX7.5.0.
License requirements : None
| filename | filename |
| void NXOpen::Tooling::SIZERImportBuilder::SetInputFile | ( | const char * | filename | ) |
Sets the input *.mdex file, which is imported from SIZER.
Created in NX7.5.0.
License requirements : None
| filename | filename |
| void NXOpen::Tooling::SIZERImportBuilder::SetPositionMethod | ( | NXOpen::Tooling::SIZERImportBuilder::PositionMode | positionMethod | ) |
Sets the position method, which is used in adding to assembly.
Created in NX7.5.0.
License requirements : None
| positionMethod | positionmethod |