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

Represents a LineDesigner.ColumnGridEquipment builder. More...

Inheritance diagram for NXOpen::LineDesigner::ColumnGridEquipmentBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  ColumnBaseType {
  ColumnBaseTypeNone, ColumnBaseTypeRectangle, ColumnBaseTypeCircle, ColumnBaseTypeCone,
  ColumnBaseTypeUserDefine
}
 This enum is providing possible column base types. More...
 
enum  ColumnType {
  ColumnTypeIBeam, ColumnTypeTBeam, ColumnTypeRectangle, ColumnTypeCircle,
  ColumnTypeUserDefine
}
 This enum is providing possible column types. More...
 

Public Member Functions

double BubbleDiameter ()
 Returns the value of bubble diameter in column grid
Created in NX9.0.0. More...
 
double BubbleExtension ()
 Returns the value of bubble extension of column grid
Created in NX9.0.0. More...
 
double BubbleExtensionOffset ()
 Returns the bubble extension offset value of column grid
Created in NX9.0.0. More...
 
double BubbleLeader ()
 Returns the bubble leader
Created in NX9.0.0. More...
 
NXString BubblesUnallowedChars ()
 Returns the bubbles unallowed characters in column grid
Created in NX9.0.0. More...
 
NXOpen::SectionColumnBaseCrossSection ()
 Returns the column base cross section of column grid
Created in NX9.0.0. More...
 
NXOpen::ExpressionColumnBaseDepth ()
 Returns the column base depth of column grid
Created in NX9.0.0. More...
 
NXOpen::ExpressionColumnBaseDiameter ()
 Returns the column base diameter of column grid
Created in NX9.0.0. More...
 
NXOpen::ExpressionColumnBaseHeight ()
 Returns the column base height of column grid
Created in NX9.0.0. More...
 
NXOpen::ExpressionColumnBaseLowerDiameter ()
 Returns the column base lower diameter of column grid
Created in NX9.0.0. More...
 
NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnBaseType ColumnBaseTypeEnum ()
 Returns the column base type of column grid
Created in NX9.0.0. More...
 
NXOpen::ExpressionColumnBaseUpperDiameter ()
 Returns the column base upper diameter of column grid
Created in NX9.0.0. More...
 
NXOpen::ExpressionColumnBaseWidth ()
 Returns the column base width of column grid
Created in NX9.0.0. More...
 
NXOpen::SectionColumnCrossSection ()
 Returns the column cross section of columns of column grid
Created in NX9.0.0. More...
 
NXOpen::NXObjectListColumnDataList ()
 Returns the column data list
Created in NX9.0.0. More...
 
NXOpen::ExpressionColumnDepth ()
 Returns the column depth of column grid
Created in NX9.0.0. More...
 
NXOpen::ExpressionColumnDiameter ()
 Returns the column diameter of column grid
Created in NX9.0.0. More...
 
bool ColumnDisplayIDs ()
 Returns the status of column display ids in column grid
Created in NX9.0.0. More...
 
NXOpen::ExpressionColumnElevation ()
 Returns the column elevation of column grid
Created in NX9.0.0. More...
 
NXOpen::ExpressionColumnHeight ()
 Returns the column height of columns of column grid
Created in NX9.0.0. More...
 
bool ColumnRotate90Degrees ()
 Returns the status of 90 degree column rotation for column grid
Created in NX9.0.0. More...
 
double ColumnSpacingDouble ()
 Returns the spacing between columns
Created in NX9.0.0. More...
 
NXOpen::ExpressionColumnThickness ()
 Returns the column thickness of coulmn grid
Created in NX9.0.0. More...
 
NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnType ColumnTypeEnum ()
 Returns the column type of column grid
Created in NX9.0.0. More...
 
int ColumnWideNumber ()
 Returns the number of column of columns in column grid
Created in NX9.0.0. More...
 
NXOpen::ExpressionColumnWidth ()
 Returns the column width of column grid
Created in NX9.0.0. More...
 
bool CreateBottomBubblesToggle ()
 Returns the status to create bottom bubbles of column grid
Created in NX9.0.0. More...
 
bool CreateLeftBubblesToggle ()
 Returns the status to create left bubbles of column grid
Created in NX9.0.0. More...
 
bool CreateRightBubblesToggle ()
 Returns the status to create right bubbles of column grid
Created in NX9.0.0. More...
 
bool CreateTopBubblesToggle ()
 Returns the status to create top bubbles in column grid
Created in NX9.0.0. More...
 
bool DefineGlobalSizeToggle ()
 Returns the define global size toggle of column grid
Created in NX9.0.0. More...
 
bool DisplayGridToggle ()
 Returns the display grid status of column grid
Created in NX9.0.0. More...
 
NXOpen::KFObjectKfObject ()
 Returns the kf object
Created in NX9.0.0. More...
 
void ModifyColumnsButton ()
 TODO: fill in a description for this
Created in NX9.0.0. More...
 
NXOpen::NXObjectListRowDataList ()
 Returns the row data list
Created in NX9.0.0. More...
 
int RowDeepNumber ()
 Returns the number of rows of columns in column grid
Created in NX9.0.0. More...
 
double RowSpacingDouble ()
 Returns the value of row spacing between columns
Created in NX9.0.0. More...
 
NXOpen::LineDesigner::PickRectanglePointsBuilderSelectGridArea ()
 Returns the selected grid area of column grid
Created in NX9.0.0. More...
 
void SetBubbleDiameter (double bubbleDiameter)
 Sets the value of bubble diameter in column grid
Created in NX9.0.0. More...
 
void SetBubbleExtension (double bubbleExtension)
 Sets the value of bubble extension of column grid
Created in NX9.0.0. More...
 
void SetBubbleExtensionOffset (double bubbleExtensionOffset)
 Sets the bubble extension offset value of column grid
Created in NX9.0.0. More...
 
void SetBubbleLeader (double bubbleLeader)
 Sets the bubble leader
Created in NX9.0.0. More...
 
void SetBubblesUnallowedChars (const NXString &bubblesUnallowedChars)
 Sets the bubbles unallowed characters in column grid
Created in NX9.0.0. More...
 
void SetBubblesUnallowedChars (const char *bubblesUnallowedChars)
 Sets the bubbles unallowed characters in column grid
Created in NX9.0.0. More...
 
void SetColumnBaseTypeEnum (NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnBaseType columnBaseTypeEnum)
 Sets the column base type of column grid
Created in NX9.0.0. More...
 
void SetColumnDisplayIDs (bool columnDisplayIDs)
 Sets the status of column display ids in column grid
Created in NX9.0.0. More...
 
void SetColumnRotate90Degrees (bool columnRotate90Degrees)
 Sets the status of 90 degree column rotation for column grid
Created in NX9.0.0. More...
 
void SetColumnSpacingDouble (double columnSpacingDouble)
 Sets the spacing between columns
Created in NX9.0.0. More...
 
void SetColumnTypeEnum (NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnType columnTypeEnum)
 Sets the column type of column grid
Created in NX9.0.0. More...
 
void SetColumnWideNumber (int columnWideNumber)
 Sets the number of column of columns in column grid
Created in NX9.0.0. More...
 
void SetCreateBottomBubblesToggle (bool createBottomBubblesToggle)
 Sets the status to create bottom bubbles of column grid
Created in NX9.0.0. More...
 
void SetCreateLeftBubblesToggle (bool createLeftBubblesToggle)
 Sets the status to create left bubbles of column grid
Created in NX9.0.0. More...
 
void SetCreateRightBubblesToggle (bool createRightBubblesToggle)
 Sets the status to create right bubbles of column grid
Created in NX9.0.0. More...
 
void SetCreateTopBubblesToggle (bool createTopBubblesToggle)
 Sets the status to create top bubbles in column grid
Created in NX9.0.0. More...
 
void SetDefineGlobalSizeToggle (bool defineGlobalSizeToggle)
 Sets the define global size toggle of column grid
Created in NX9.0.0. More...
 
void SetDisplayGridToggle (bool displayGridToggle)
 Sets the display grid status of column grid
Created in NX9.0.0. More...
 
void SetRowDeepNumber (int rowDeepNumber)
 Sets the number of rows of columns in column grid
Created in NX9.0.0. More...
 
void SetRowSpacingDouble (double rowSpacingDouble)
 Sets the value of row spacing between columns
Created in NX9.0.0. More...
 
void SetSelectGridArea (NXOpen::LineDesigner::PickRectanglePointsBuilder *selectGridArea)
 Sets the selected grid area of column grid
Created in NX9.0.0. More...
 
void SetUseSpacingToggle (bool useSpacingToggle)
 Sets the status for using column row spacing of column grid
Created in NX9.0.0. More...
 
bool UseSpacingToggle ()
 Returns the status for using column row spacing of column grid
Created in NX9.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

Represents a LineDesigner.ColumnGridEquipment builder.


To create a new instance of this class, use NXOpen::LineDesigner::LineDesignerManager::CreateColumnGridEquipmentBuilder
Default values.

Property Value

BubbleDiameter

1200

BubbleExtension

750

BubbleExtensionOffset

400

BubbleLeader

750

ColumnBaseDepth.Value

800 (millimeters part), 32 (inches part)

ColumnBaseDiameter.Value

800 (millimeters part), 32 (inches part)

ColumnBaseHeight.Value

900 (millimeters part), 35 (inches part)

ColumnBaseLowerDiameter.Value

900 (millimeters part), 32 (inches part)

ColumnBaseTypeEnum

None

ColumnBaseUpperDiameter.Value

800 (millimeters part), 32 (inches part)

ColumnBaseWidth.Value

800 (millimeters part), 35 (inches part)

ColumnDepth.Value

600 (millimeters part), 25 (inches part)

ColumnDiameter.Value

800 (millimeters part), 25 (inches part)

ColumnDisplayIDs

1

ColumnElevation.Value

0 (millimeters part), 0 (inches part)

ColumnHeight.Value

3000 (millimeters part), 120 (inches part)

ColumnRotate90Degrees

0

ColumnSpacingDouble

15000

ColumnThickness.Value

30 (millimeters part), 2 (inches part)

ColumnTypeEnum

IBeam

ColumnWideNumber

1

ColumnWidth.Value

600 (millimeters part), 12 (inches part)

CreateBottomBubblesToggle

1

CreateLeftBubblesToggle

1

CreateRightBubblesToggle

1

CreateTopBubblesToggle

1

DefineGlobalSizeToggle

1

DisplayGridToggle

1

RowDeepNumber

1

RowSpacingDouble

15000

SelectGridArea.AllowRotation

1

UseSpacingToggle

1


Created in NX9.0.0.

Member Enumeration Documentation

This enum is providing possible column base types.

Enumerator
ColumnBaseTypeNone 

none

ColumnBaseTypeRectangle 

rectangle

ColumnBaseTypeCircle 

circle

ColumnBaseTypeCone 

cone

ColumnBaseTypeUserDefine 

user define

This enum is providing possible column types.

Enumerator
ColumnTypeIBeam 

ibeam

ColumnTypeTBeam 

tbeam

ColumnTypeRectangle 

rectangle

ColumnTypeCircle 

circle

ColumnTypeUserDefine 

user define

Member Function Documentation

double NXOpen::LineDesigner::ColumnGridEquipmentBuilder::BubbleDiameter ( )

Returns the value of bubble diameter in column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

double NXOpen::LineDesigner::ColumnGridEquipmentBuilder::BubbleExtension ( )

Returns the value of bubble extension of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

double NXOpen::LineDesigner::ColumnGridEquipmentBuilder::BubbleExtensionOffset ( )

Returns the bubble extension offset value of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

double NXOpen::LineDesigner::ColumnGridEquipmentBuilder::BubbleLeader ( )

Returns the bubble leader
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXString NXOpen::LineDesigner::ColumnGridEquipmentBuilder::BubblesUnallowedChars ( )

Returns the bubbles unallowed characters in column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::Section* NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnBaseCrossSection ( )

Returns the column base cross section of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::Expression* NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnBaseDepth ( )

Returns the column base depth of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::Expression* NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnBaseDiameter ( )

Returns the column base diameter of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::Expression* NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnBaseHeight ( )

Returns the column base height of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::Expression* NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnBaseLowerDiameter ( )

Returns the column base lower diameter of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnBaseType NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnBaseTypeEnum ( )

Returns the column base type of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::Expression* NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnBaseUpperDiameter ( )

Returns the column base upper diameter of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::Expression* NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnBaseWidth ( )

Returns the column base width of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::Section* NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnCrossSection ( )

Returns the column cross section of columns of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::NXObjectList* NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnDataList ( )

Returns the column data list
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::Expression* NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnDepth ( )

Returns the column depth of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::Expression* NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnDiameter ( )

Returns the column diameter of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

bool NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnDisplayIDs ( )

Returns the status of column display ids in column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::Expression* NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnElevation ( )

Returns the column elevation of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::Expression* NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnHeight ( )

Returns the column height of columns of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

bool NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnRotate90Degrees ( )

Returns the status of 90 degree column rotation for column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

double NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnSpacingDouble ( )

Returns the spacing between columns
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::Expression* NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnThickness ( )

Returns the column thickness of coulmn grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnType NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnTypeEnum ( )

Returns the column type of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

int NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnWideNumber ( )

Returns the number of column of columns in column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::Expression* NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnWidth ( )

Returns the column width of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

bool NXOpen::LineDesigner::ColumnGridEquipmentBuilder::CreateBottomBubblesToggle ( )

Returns the status to create bottom bubbles of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

bool NXOpen::LineDesigner::ColumnGridEquipmentBuilder::CreateLeftBubblesToggle ( )

Returns the status to create left bubbles of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

bool NXOpen::LineDesigner::ColumnGridEquipmentBuilder::CreateRightBubblesToggle ( )

Returns the status to create right bubbles of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

bool NXOpen::LineDesigner::ColumnGridEquipmentBuilder::CreateTopBubblesToggle ( )

Returns the status to create top bubbles in column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

bool NXOpen::LineDesigner::ColumnGridEquipmentBuilder::DefineGlobalSizeToggle ( )

Returns the define global size toggle of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

bool NXOpen::LineDesigner::ColumnGridEquipmentBuilder::DisplayGridToggle ( )

Returns the display grid status of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::KFObject* NXOpen::LineDesigner::ColumnGridEquipmentBuilder::KfObject ( )

Returns the kf object
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ModifyColumnsButton ( )

TODO: fill in a description for this
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::NXObjectList* NXOpen::LineDesigner::ColumnGridEquipmentBuilder::RowDataList ( )

Returns the row data list
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

int NXOpen::LineDesigner::ColumnGridEquipmentBuilder::RowDeepNumber ( )

Returns the number of rows of columns in column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

double NXOpen::LineDesigner::ColumnGridEquipmentBuilder::RowSpacingDouble ( )

Returns the value of row spacing between columns
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::LineDesigner::PickRectanglePointsBuilder* NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SelectGridArea ( )

Returns the selected grid area of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetBubbleDiameter ( double  bubbleDiameter)

Sets the value of bubble diameter in column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
bubbleDiameterbubblediameter
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetBubbleExtension ( double  bubbleExtension)

Sets the value of bubble extension of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
bubbleExtensionbubbleextension
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetBubbleExtensionOffset ( double  bubbleExtensionOffset)

Sets the bubble extension offset value of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
bubbleExtensionOffsetbubbleextensionoffset
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetBubbleLeader ( double  bubbleLeader)

Sets the bubble leader
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
bubbleLeaderbubbleleader
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetBubblesUnallowedChars ( const NXString bubblesUnallowedChars)

Sets the bubbles unallowed characters in column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
bubblesUnallowedCharsbubblesunallowedchars
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetBubblesUnallowedChars ( const char *  bubblesUnallowedChars)

Sets the bubbles unallowed characters in column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
bubblesUnallowedCharsbubblesunallowedchars
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetColumnBaseTypeEnum ( NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnBaseType  columnBaseTypeEnum)

Sets the column base type of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
columnBaseTypeEnumcolumnbasetypeenum
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetColumnDisplayIDs ( bool  columnDisplayIDs)

Sets the status of column display ids in column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
columnDisplayIDscolumndisplayids
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetColumnRotate90Degrees ( bool  columnRotate90Degrees)

Sets the status of 90 degree column rotation for column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
columnRotate90Degreescolumnrotate90degrees
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetColumnSpacingDouble ( double  columnSpacingDouble)

Sets the spacing between columns
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
columnSpacingDoublecolumnspacingdouble
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetColumnTypeEnum ( NXOpen::LineDesigner::ColumnGridEquipmentBuilder::ColumnType  columnTypeEnum)

Sets the column type of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
columnTypeEnumcolumntypeenum
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetColumnWideNumber ( int  columnWideNumber)

Sets the number of column of columns in column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
columnWideNumbercolumnwidenumber
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetCreateBottomBubblesToggle ( bool  createBottomBubblesToggle)

Sets the status to create bottom bubbles of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
createBottomBubblesTogglecreatebottombubblestoggle
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetCreateLeftBubblesToggle ( bool  createLeftBubblesToggle)

Sets the status to create left bubbles of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
createLeftBubblesTogglecreateleftbubblestoggle
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetCreateRightBubblesToggle ( bool  createRightBubblesToggle)

Sets the status to create right bubbles of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
createRightBubblesTogglecreaterightbubblestoggle
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetCreateTopBubblesToggle ( bool  createTopBubblesToggle)

Sets the status to create top bubbles in column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
createTopBubblesTogglecreatetopbubblestoggle
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetDefineGlobalSizeToggle ( bool  defineGlobalSizeToggle)

Sets the define global size toggle of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
defineGlobalSizeToggledefineglobalsizetoggle
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetDisplayGridToggle ( bool  displayGridToggle)

Sets the display grid status of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
displayGridToggledisplaygridtoggle
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetRowDeepNumber ( int  rowDeepNumber)

Sets the number of rows of columns in column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
rowDeepNumberrowdeepnumber
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetRowSpacingDouble ( double  rowSpacingDouble)

Sets the value of row spacing between columns
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
rowSpacingDoublerowspacingdouble
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetSelectGridArea ( NXOpen::LineDesigner::PickRectanglePointsBuilder selectGridArea)

Sets the selected grid area of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
selectGridAreaselectgridarea
void NXOpen::LineDesigner::ColumnGridEquipmentBuilder::SetUseSpacingToggle ( bool  useSpacingToggle)

Sets the status for using column row spacing of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
useSpacingToggleusespacingtoggle
bool NXOpen::LineDesigner::ColumnGridEquipmentBuilder::UseSpacingToggle ( )

Returns the status for using column row spacing of column grid
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")


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