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

Imports results for motor selection from SIZER drive design based on the sizing, configuration, and selection of drive components. More...

Inheritance diagram for NXOpen::Tooling::SIZERImportBuilder:
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::LogicObjectCreateMcdLogical (const NXString &referenceDesignator)
 Creates logical node in system navigator. More...
 
NXOpen::Mechatronics::LogicObjectCreateMcdLogical (const char *referenceDesignator)
 Creates logical node in system navigator. More...
 
void 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. More...
 
NXOpen::BasePartGenerateMotorModel (const NXString &motorType)
 Generates motor 3D model. More...
 
NXOpen::BasePartGenerateMotorModel (const char *motorType)
 Generates motor 3D model. More...
 
NXString InputFile ()
 Returns the input *.mdex file, which is imported from SIZER. More...
 
NXOpen::Tooling::SIZERImportBuilder::PositionMode PositionMethod ()
 Returns the position method, which is used in adding to assembly. More...
 
void SetInputFile (const NXString &filename)
 Sets the input *.mdex file, which is imported from SIZER. More...
 
void SetInputFile (const char *filename)
 Sets the input *.mdex file, which is imported from SIZER. More...
 
void SetPositionMethod (NXOpen::Tooling::SIZERImportBuilder::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

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 NXOpen::Tooling::SIZERCollection::CreateImportBuilder

Created in NX7.5.0.

Member Enumeration Documentation

Represents the position mode.

Enumerator
PositionModeInferredOnly 

Inferred Only.

PositionModeAbsoluteOrigin 

Absolute Origin.

PositionModeSelectOrigin 

Select Origin.

PositionModeByConstraints 

By Constraints.

PositionModeMove 

Move.

Member Function Documentation

NXOpen::Mechatronics::LogicObject* NXOpen::Tooling::SIZERImportBuilder::CreateMcdLogical ( const NXString referenceDesignator)

Creates logical node in system navigator.

Returns
Logical Object Tag
Created in NX9.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters
referenceDesignatorMultiple Reference Designator
NXOpen::Mechatronics::LogicObject* NXOpen::Tooling::SIZERImportBuilder::CreateMcdLogical ( const char *  referenceDesignator)

Creates logical node in system navigator.

Returns
Logical Object Tag
Created in NX9.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters
referenceDesignatorMultiple 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")

Parameters
logicalNodeLogical Object Tag
newPartOccsNew Components Array
parameterDataParameter Data Array
NXOpen::BasePart* NXOpen::Tooling::SIZERImportBuilder::GenerateMotorModel ( const NXString motorType)

Generates motor 3D model.

Returns
Motor Part object
Created in NX7.5.0.

License requirements : None
Parameters
motorTypeMotor Type
NXOpen::BasePart* NXOpen::Tooling::SIZERImportBuilder::GenerateMotorModel ( const char *  motorType)

Generates motor 3D model.

Returns
Motor Part object
Created in NX7.5.0.

License requirements : None
Parameters
motorTypeMotor Type
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

Parameters
filenamefilename
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

Parameters
filenamefilename
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

Parameters
positionMethodpositionmethod

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