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

Represents a NXOpen::Routing::IsoDrawingBuilder , used to run the ISOGEN engine to create isometric drawings of piping networks. More...

Inheritance diagram for NXOpen::Routing::IsoDrawingBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

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. More...
 
bool OpenAfterCreation ()
 Returns the isometric drawing should be opened in NX after creation
Created in NX8.5.0. More...
 
NXString OutputFile ()
 Returns the name of the file which will contain the isometric drawing
Created in NX8.5.0. More...
 
NXOpen::SelectNXObjectListRunsSelection ()
 Returns the routing runs selected to be included in the isometric drawing. More...
 
NXOpen::Routing::IsoDrawingBuilder::RunsToDrawTypes RunsToDrawTypesEnum ()
 Returns the selected Runs to Draw type
Created in NX8.5.0. More...
 
void SetDrawingTypesEnum (NXOpen::Routing::IsoDrawingBuilder::DrawingTypes drawingTypesEnum)
 Sets the selected drawing style
Created in NX8.5.0. More...
 
void SetOpenAfterCreation (bool openAfterCreation)
 Sets the isometric drawing should be opened in NX after creation
Created in NX8.5.0. More...
 
void SetOutputFile (const NXString &filename)
 Sets the name of the file which will contain the isometric drawing
Created in NX8.5.0. More...
 
void SetOutputFile (const char *filename)
 Sets the name of the file which will contain the isometric drawing
Created in NX8.5.0. More...
 
void SetRunsToDrawTypesEnum (NXOpen::Routing::IsoDrawingBuilder::RunsToDrawTypes runsToDrawTypesEnum)
 Sets the selected Runs to Draw type
Created in NX8.5.0. 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::Routing::IsoDrawingBuilder , used to run the ISOGEN engine to create isometric drawings of piping networks.


To create a new instance of this class, use NXOpen::Routing::RouteManager::CreateIsoDrawingBuilder
Default values.

Property Value

DrawingTypesEnum

System

RunsToDrawTypesEnum

All


Created in NX8.5.0.

Member Enumeration Documentation

The drawing style selection enumeration.

Enumerator
DrawingTypesSystem 

system

DrawingTypesFinal 

final

The Runs to Draw selection enumeration.

Enumerator
RunsToDrawTypesAll 

all

RunsToDrawTypesSelection 

selection

Member Function Documentation

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

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

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

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

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

Parameters
runsToDrawTypesEnumrunstodrawtypesenum

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