NX Open C++ Reference Guide
|
Represents a IsoDrawingBuilder , used to run the ISOGEN engine to create isometric drawings of piping networks. More...
Public Types | |
enum | DrawingTypes { DrawingTypesSystem, DrawingTypesFinal } |
The drawing style selection enumeration. More... | |
enum | RunsToDrawTypes { RunsToDrawTypesAll, RunsToDrawTypesSelection } |
The Runs to Draw selection enumeration. More... | |
Public Member Functions | |
NXOpen::Routing::IsoDrawingBuilder::DrawingTypes | DrawingTypesEnum () |
Returns the selected drawing style Created in NX8.5.0. | |
bool | OpenAfterCreation () |
Returns the isometric drawing should be opened in NX after creation Created in NX8.5.0. | |
NXString | OutputFile () |
Returns the name of the file which will contain the isometric drawing Created in NX8.5.0. | |
NXOpen::SelectNXObjectList * | RunsSelection () |
Returns the routing runs selected to be included in the isometric drawing. | |
NXOpen::Routing::IsoDrawingBuilder::RunsToDrawTypes | RunsToDrawTypesEnum () |
Returns the selected Runs to Draw type Created in NX8.5.0. | |
void | SetDrawingTypesEnum (NXOpen::Routing::IsoDrawingBuilder::DrawingTypes drawingTypesEnum) |
Sets the selected drawing style Created in NX8.5.0. | |
void | SetOpenAfterCreation (bool openAfterCreation) |
Sets the isometric drawing should be opened in NX after creation Created in NX8.5.0. | |
void | SetOutputFile (const NXString &filename) |
Sets the name of the file which will contain the isometric drawing Created in NX8.5.0. | |
void | SetOutputFile (const char *filename) |
Sets the name of the file which will contain the isometric drawing Created in NX8.5.0. | |
void | SetRunsToDrawTypesEnum (NXOpen::Routing::IsoDrawingBuilder::RunsToDrawTypes runsToDrawTypesEnum) |
Sets the selected Runs to Draw type Created in NX8.5.0. | |
![]() | |
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. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a IsoDrawingBuilder , used to run the ISOGEN engine to create isometric drawings of piping networks.
<br> To create a new instance of this class, use @link Routing::RouteManager::CreateIsoDrawingBuilder Routing::RouteManager::CreateIsoDrawingBuilder @endlink <br>
Default values.
Property | Value |
---|---|
DrawingTypesEnum |
System |
RunsToDrawTypesEnum |
All |
Created in NX8.5.0.
NXOpen::Routing::IsoDrawingBuilder::DrawingTypes NXOpen::Routing::IsoDrawingBuilder::DrawingTypesEnum | ( | ) |
Returns the selected drawing style
Created in NX8.5.0.
License requirements : None
bool NXOpen::Routing::IsoDrawingBuilder::OpenAfterCreation | ( | ) |
Returns the isometric drawing should be opened in NX after creation
Created in NX8.5.0.
License requirements : None
NXString NXOpen::Routing::IsoDrawingBuilder::OutputFile | ( | ) |
Returns the name of the file which will contain the isometric drawing
Created in NX8.5.0.
License requirements : None
NXOpen::SelectNXObjectList* NXOpen::Routing::IsoDrawingBuilder::RunsSelection | ( | ) |
Returns the routing runs selected to be included in the isometric drawing.
Created in NX8.5.0.
License requirements : None
NXOpen::Routing::IsoDrawingBuilder::RunsToDrawTypes NXOpen::Routing::IsoDrawingBuilder::RunsToDrawTypesEnum | ( | ) |
Returns the selected Runs to Draw type
Created in NX8.5.0.
License requirements : None
void NXOpen::Routing::IsoDrawingBuilder::SetDrawingTypesEnum | ( | NXOpen::Routing::IsoDrawingBuilder::DrawingTypes | drawingTypesEnum | ) |
Sets the selected drawing style
Created in NX8.5.0.
License requirements : None
drawingTypesEnum | drawingtypesenum |
void NXOpen::Routing::IsoDrawingBuilder::SetOpenAfterCreation | ( | bool | openAfterCreation | ) |
Sets the isometric drawing should be opened in NX after creation
Created in NX8.5.0.
License requirements : None
openAfterCreation | openaftercreation |
void NXOpen::Routing::IsoDrawingBuilder::SetOutputFile | ( | const NXString & | filename | ) |
Sets the name of the file which will contain the isometric drawing
Created in NX8.5.0.
License requirements : None
filename | filename |
void NXOpen::Routing::IsoDrawingBuilder::SetOutputFile | ( | const char * | filename | ) |
Sets the name of the file which will contain the isometric drawing
Created in NX8.5.0.
License requirements : None
filename | filename |
void NXOpen::Routing::IsoDrawingBuilder::SetRunsToDrawTypesEnum | ( | NXOpen::Routing::IsoDrawingBuilder::RunsToDrawTypes | runsToDrawTypesEnum | ) |
Sets the selected Runs to Draw type
Created in NX8.5.0.
License requirements : None
runsToDrawTypesEnum | runstodrawtypesenum |