NX Open C++ Reference Guide
Classes | Enumerations
NXOpen::PID Namespace Reference

Provides classes and interfaces for PID. More...

Classes

class  BulkEditBuilder
 Represents a BulkEditBuilder to edit bulk of objects. More...
 
class  DesignContextBuilder
 Represents a builder class that performs PID Design Context operations. More...
 
class  Equipment
 Represents the equipment class. More...
 
class  EquipmentBuilder
 Builder used to model a piece of Equipment. More...
 
class  FileNewApplicationBuilder
 Represents a builder class that performs Generic File New operations. More...
 
class  FlowDirectionArrow
 A symbol that indicates the direction the of the flow. More...
 
class  FlowDirectionArrowBuilder
 Represents FlowDirectionArrowBuilder. More...
 
class  FlowDirectionArrowCollection
 Represents a collection of FlowDirectionArrow. More...
 
class  LibraryAuthoringBuilder
 Represents a LibraryAuthoringBuilder. More...
 
class  OffSheetConnector
 Represents the off sheet connector class. More...
 
class  OffSheetConnectorBuilder
 Builder used to model a piece of Off Sheet Connector. More...
 
class  PidManager
 A manager to deal with all objects. More...
 
class  Pipe
 Represents the Pipe class. More...
 
class  PipeBuilder
 Represents a PipeBuilder. More...
 
class  Port
 Represents the port class. More...
 
class  PortEquipment
 Represents the PortEquipment class. More...
 
class  PortEquipmentBuilder
 Builder used to model a piece of PortEquipment. More...
 
class  PreferencesAnnotationBuilder
 Represents a PreferencesAnnotationBuilder. More...
 
class  PreferencesBuilder
 Represents a PreferencesBuilder
To create a new instance of this class, use NXOpen::PID::PidManager::CreatePreferencesBuilder

Created in NX11.0.1. More...
 
class  PreferencesConnectionBuilder
 Represents a PreferencesConnectionBuilder. More...
 
class  PreferencesGeneralBuilder
 Represents a PreferencesGeneralBuilder. More...
 
class  PreferencesOffSheetConnectorBuilder
 Represents a PreferencesOffSheetConnectorBuilder. More...
 
class  Sheet
 Represents a base class that provides common methods for various model elements in a NXOpen::CollaborativeDesign . More...
 
class  SheetTemplateBuilder
 Represents a NXOpen::PID::SheetTemplateBuilder builder, and the builder is used to model a sheet template. More...
 

Enumerations

enum  ConnectionEndType { ConnectionEndTypeStart, ConnectionEndTypeEnd }
 Represents the connection end type. More...
 
enum  PortDirectionOption { PortDirectionOptionInput, PortDirectionOptionOutput, PortDirectionOptionBiDirectional }
 Represents the port direction option. More...
 
enum  RotateAngleOption { RotateAngleOptionZero, RotateAngleOptionNinety, RotateAngleOptionOneHundredAndEighty, RotateAngleOptionTwoHundredAndSeventy }
 Represents the symbol rotation angle options. More...
 
enum  SymbolSourceOption { SymbolSourceOptionReuseLibrary, SymbolSourceOptionExistingSymbol, SymbolSourceOptionLogicalElementRevision }
 Represents the symbol source options. More...
 

Detailed Description

Provides classes and interfaces for PID.

Enumeration Type Documentation

Represents the connection end type.


Created in NX11.0.1.

Enumerator
ConnectionEndTypeStart 

The start of connection.

ConnectionEndTypeEnd 

The end of connection.

Represents the port direction option.


Created in NX11.0.1.

Enumerator
PortDirectionOptionInput 

input.

PortDirectionOptionOutput 

output.

PortDirectionOptionBiDirectional 

bi-directional.

Represents the symbol rotation angle options.


Created in NX11.0.1.

Enumerator
RotateAngleOptionZero 

0 degree.

RotateAngleOptionNinety 

90 degree.

RotateAngleOptionOneHundredAndEighty 

180 degree.

RotateAngleOptionTwoHundredAndSeventy 

270 degree.

Represents the symbol source options.


Created in NX11.0.1.

Enumerator
SymbolSourceOptionReuseLibrary 

from the reuse library.

SymbolSourceOptionExistingSymbol 

from the symbol in document window.

SymbolSourceOptionLogicalElementRevision 

from an existing Logical Element Revision.

Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.