NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Types | Public Member Functions | List of all members
NXOpen::Routing::PortArraysBuilder Class Reference

Builder for creating terminal arrays in multiports. More...

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

Public Types

enum  ArrayTypes { ArrayTypesRectangular, ArrayTypesCircular }
 Determines the array type that will be selected. More...
 
enum  NamingMethods {
  NamingMethodsClockwise, NamingMethodsCounterclockwise, NamingMethodsAcross, NamingMethodsContinuous,
  NamingMethodsRowCol
}
 Determines the naming method for the terminal ports. More...
 
enum  StartingCorners { StartingCornersBottomLeft, StartingCornersBottomRight, StartingCornersUpperLeft, StartingCornersUpperRight }
 Determines the starting location for naming terminal ports. More...
 
enum  StartingDirections { StartingDirectionsHorizontal, StartingDirectionsVertical }
 Determines the starting direction for naming terminal ports. More...
 

Public Member Functions

NXOpen::Routing::PortArrayListItemBuilderListArrayPatternList ()
 Returns the array pattern list
Created in NX1847.0.0. More...
 
NXOpen::Routing::PortArraysBuilder::ArrayTypes ArrayType ()
 Returns the array type
Created in NX1847.0.0. More...
 
NXOpen::Routing::PortArraysBuilder::NamingMethods NamingMethod ()
 Returns the naming method
Created in NX1847.0.0. More...
 
NXOpen::Routing::NamingPatternBuilderPatternCol ()
 Returns the naming pattern for the columns of Column/Row rectangular terminal port arrays
Created in NX1847.0.0. More...
 
NXOpen::Routing::NamingPatternBuilderPatternRow ()
 Returns the naming pattern for the rows of Column/Row rectangular terminal port arrays
Created in NX1847.0.0. More...
 
bool ReuseSuppressedNames ()
 Returns the reuse suppressed names
Created in NX1847.0.0. More...
 
void SetArrayType (NXOpen::Routing::PortArraysBuilder::ArrayTypes arrayType)
 Sets the array type
Created in NX1847.0.0. More...
 
void SetNamingMethod (NXOpen::Routing::PortArraysBuilder::NamingMethods namingMethod)
 Sets the naming method
Created in NX1847.0.0. More...
 
void SetPatternCol (NXOpen::Routing::NamingPatternBuilder *patternCol)
 Sets the naming pattern for the columns of Column/Row rectangular terminal port arrays
Created in NX1847.0.0. More...
 
void SetPatternRow (NXOpen::Routing::NamingPatternBuilder *patternRow)
 Sets the naming pattern for the rows of Column/Row rectangular terminal port arrays
Created in NX1847.0.0. More...
 
void SetReuseSuppressedNames (bool reuseSuppressedNames)
 Sets the reuse suppressed names
Created in NX1847.0.0. More...
 
void SetStartingCorner (NXOpen::Routing::PortArraysBuilder::StartingCorners startingCorner)
 Sets the starting corner
Created in NX1847.0.0. More...
 
void SetStartingDirection (NXOpen::Routing::PortArraysBuilder::StartingDirections startingDirection)
 Sets the starting direction
Created in NX1847.0.0. More...
 
NXOpen::Routing::PortArraysBuilder::StartingCorners StartingCorner ()
 Returns the starting corner
Created in NX1847.0.0. More...
 
NXOpen::Routing::PortArraysBuilder::StartingDirections StartingDirection ()
 Returns the starting direction
Created in NX1847.0.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

Builder for creating terminal arrays in multiports.


To create a new instance of this class, use NXOpen::Routing::RouteManager::CreatePortArraysBuilder

Created in NX1847.0.0.

Member Enumeration Documentation

Determines the array type that will be selected.

Enumerator
ArrayTypesRectangular 

rectangular

ArrayTypesCircular 

circular

Determines the naming method for the terminal ports.

Enumerator
NamingMethodsClockwise 

clockwise

NamingMethodsCounterclockwise 

counterclockwise

NamingMethodsAcross 

across

NamingMethodsContinuous 

continuous

NamingMethodsRowCol 

row col

Determines the starting location for naming terminal ports.

Enumerator
StartingCornersBottomLeft 

bottom left

StartingCornersBottomRight 

bottom right

StartingCornersUpperLeft 

upper left

StartingCornersUpperRight 

upper right

Determines the starting direction for naming terminal ports.

Enumerator
StartingDirectionsHorizontal 

horizontal

StartingDirectionsVertical 

vertical

Member Function Documentation

NXOpen::Routing::PortArrayListItemBuilderList* NXOpen::Routing::PortArraysBuilder::ArrayPatternList ( )

Returns the array pattern list
Created in NX1847.0.0.



License requirements : routing_base ("Routing Basic")

NXOpen::Routing::PortArraysBuilder::ArrayTypes NXOpen::Routing::PortArraysBuilder::ArrayType ( )

Returns the array type
Created in NX1847.0.0.



License requirements : None

NXOpen::Routing::PortArraysBuilder::NamingMethods NXOpen::Routing::PortArraysBuilder::NamingMethod ( )

Returns the naming method
Created in NX1847.0.0.



License requirements : routing_base ("Routing Basic")

NXOpen::Routing::NamingPatternBuilder* NXOpen::Routing::PortArraysBuilder::PatternCol ( )

Returns the naming pattern for the columns of Column/Row rectangular terminal port arrays
Created in NX1847.0.0.



License requirements : routing_base ("Routing Basic")

NXOpen::Routing::NamingPatternBuilder* NXOpen::Routing::PortArraysBuilder::PatternRow ( )

Returns the naming pattern for the rows of Column/Row rectangular terminal port arrays
Created in NX1847.0.0.



License requirements : routing_base ("Routing Basic")

bool NXOpen::Routing::PortArraysBuilder::ReuseSuppressedNames ( )

Returns the reuse suppressed names
Created in NX1847.0.0.



License requirements : None

void NXOpen::Routing::PortArraysBuilder::SetArrayType ( NXOpen::Routing::PortArraysBuilder::ArrayTypes  arrayType)

Sets the array type
Created in NX1847.0.0.



License requirements : routing_base ("Routing Basic")

Parameters
arrayTypearraytype
void NXOpen::Routing::PortArraysBuilder::SetNamingMethod ( NXOpen::Routing::PortArraysBuilder::NamingMethods  namingMethod)

Sets the naming method
Created in NX1847.0.0.



License requirements : routing_base ("Routing Basic")

Parameters
namingMethodnamingmethod
void NXOpen::Routing::PortArraysBuilder::SetPatternCol ( NXOpen::Routing::NamingPatternBuilder patternCol)

Sets the naming pattern for the columns of Column/Row rectangular terminal port arrays
Created in NX1847.0.0.



License requirements : routing_base ("Routing Basic")

Parameters
patternColpatterncol
void NXOpen::Routing::PortArraysBuilder::SetPatternRow ( NXOpen::Routing::NamingPatternBuilder patternRow)

Sets the naming pattern for the rows of Column/Row rectangular terminal port arrays
Created in NX1847.0.0.



License requirements : routing_base ("Routing Basic")

Parameters
patternRowpatternrow
void NXOpen::Routing::PortArraysBuilder::SetReuseSuppressedNames ( bool  reuseSuppressedNames)

Sets the reuse suppressed names
Created in NX1847.0.0.



License requirements : routing_base ("Routing Basic")

Parameters
reuseSuppressedNamesreusesuppressednames
void NXOpen::Routing::PortArraysBuilder::SetStartingCorner ( NXOpen::Routing::PortArraysBuilder::StartingCorners  startingCorner)

Sets the starting corner
Created in NX1847.0.0.



License requirements : routing_base ("Routing Basic")

Parameters
startingCornerstartingcorner
void NXOpen::Routing::PortArraysBuilder::SetStartingDirection ( NXOpen::Routing::PortArraysBuilder::StartingDirections  startingDirection)

Sets the starting direction
Created in NX1847.0.0.



License requirements : routing_base ("Routing Basic")

Parameters
startingDirectionstartingdirection
NXOpen::Routing::PortArraysBuilder::StartingCorners NXOpen::Routing::PortArraysBuilder::StartingCorner ( )

Returns the starting corner
Created in NX1847.0.0.



License requirements : None

NXOpen::Routing::PortArraysBuilder::StartingDirections NXOpen::Routing::PortArraysBuilder::StartingDirection ( )

Returns the starting direction
Created in NX1847.0.0.



License requirements : None


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