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

Represents a CAE::DisplayNodalCsysBuilder . More...

Inheritance diagram for NXOpen::CAE::DisplayNodalCsysBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  DisplayNodalCsysType { DisplayNodalCsysTypeDisplacement, DisplayNodalCsysTypeReference }
 the options to specify the type of coordinate system to display More...
 
enum  NodesToDisplayType { NodesToDisplayTypeEntireModel, NodesToDisplayTypeSelectedNodes }
 the options to specify the scope of nodes to select More...
 

Public Member Functions

NXOpen::CAE::DisplayNodalCsysBuilder::DisplayNodalCsysType CsysTypeEnum ()
 Returns the coordinate system type
Created in NX12.0.0. More...
 
NXOpen::NXColorGetColorXAxis ()
 Returns the color for direction one. More...
 
NXOpen::NXColorGetColorYAxis ()
 Returns the color for direction two. More...
 
NXOpen::NXColorGetColorZAxis ()
 Returns the color for direction three. More...
 
NXOpen::CAE::SelectFENodeListNodeSelector ()
 Returns the selection of nodes to display coordinate systems
Created in NX12.0.0. More...
 
NXOpen::CAE::DisplayNodalCsysBuilder::NodesToDisplayType SelectionTypeEnum ()
 Returns the way selections will be displayed
Created in NX12.0.0. More...
 
void SetColorXAxis (NXOpen::NXColor *xAxisColor)
 Sets the color for direction one
Created in NX12.0.0. More...
 
void SetColorYAxis (NXOpen::NXColor *yAxisColor)
 Sets the color for direction two
Created in NX12.0.0. More...
 
void SetColorZAxis (NXOpen::NXColor *zAxisColor)
 Sets the color for direction three
Created in NX12.0.0. More...
 
void SetCsysTypeEnum (NXOpen::CAE::DisplayNodalCsysBuilder::DisplayNodalCsysType csysTypeEnum)
 Sets the coordinate system type
Created in NX12.0.0. More...
 
void SetSelectionTypeEnum (NXOpen::CAE::DisplayNodalCsysBuilder::NodesToDisplayType selectionTypeEnum)
 Sets the way selections will be displayed
Created in NX12.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 CAE::DisplayNodalCsysBuilder .


To create a new instance of this class, use NXOpen::CAE::NodeElementInfoManager::CreateDisplayNodalCsysBuilder
Default values.

Property Value

CsysTypeEnum

Displacement

SelectionTypeEnum

EntireModel


Created in NX12.0.0.

Member Enumeration Documentation

the options to specify the type of coordinate system to display

Enumerator
DisplayNodalCsysTypeDisplacement 

displacement

DisplayNodalCsysTypeReference 

reference

the options to specify the scope of nodes to select

Enumerator
NodesToDisplayTypeEntireModel 

entire model

NodesToDisplayTypeSelectedNodes 

selected nodes

Member Function Documentation

NXOpen::CAE::DisplayNodalCsysBuilder::DisplayNodalCsysType NXOpen::CAE::DisplayNodalCsysBuilder::CsysTypeEnum ( )

Returns the coordinate system type
Created in NX12.0.0.



License requirements : None

NXOpen::NXColor* NXOpen::CAE::DisplayNodalCsysBuilder::GetColorXAxis ( )

Returns the color for direction one.

Returns

Created in NX12.0.0.

License requirements : None
NXOpen::NXColor* NXOpen::CAE::DisplayNodalCsysBuilder::GetColorYAxis ( )

Returns the color for direction two.

Returns

Created in NX12.0.0.

License requirements : None
NXOpen::NXColor* NXOpen::CAE::DisplayNodalCsysBuilder::GetColorZAxis ( )

Returns the color for direction three.

Returns

Created in NX12.0.0.

License requirements : None
NXOpen::CAE::SelectFENodeList* NXOpen::CAE::DisplayNodalCsysBuilder::NodeSelector ( )

Returns the selection of nodes to display coordinate systems
Created in NX12.0.0.



License requirements : None

NXOpen::CAE::DisplayNodalCsysBuilder::NodesToDisplayType NXOpen::CAE::DisplayNodalCsysBuilder::SelectionTypeEnum ( )

Returns the way selections will be displayed
Created in NX12.0.0.



License requirements : None

void NXOpen::CAE::DisplayNodalCsysBuilder::SetColorXAxis ( NXOpen::NXColor xAxisColor)

Sets the color for direction one
Created in NX12.0.0.



License requirements : None

Parameters
xAxisColorxaxiscolor
void NXOpen::CAE::DisplayNodalCsysBuilder::SetColorYAxis ( NXOpen::NXColor yAxisColor)

Sets the color for direction two
Created in NX12.0.0.



License requirements : None

Parameters
yAxisColoryaxiscolor
void NXOpen::CAE::DisplayNodalCsysBuilder::SetColorZAxis ( NXOpen::NXColor zAxisColor)

Sets the color for direction three
Created in NX12.0.0.



License requirements : None

Parameters
zAxisColorzaxiscolor
void NXOpen::CAE::DisplayNodalCsysBuilder::SetCsysTypeEnum ( NXOpen::CAE::DisplayNodalCsysBuilder::DisplayNodalCsysType  csysTypeEnum)

Sets the coordinate system type
Created in NX12.0.0.



License requirements : None

Parameters
csysTypeEnumcsystypeenum
void NXOpen::CAE::DisplayNodalCsysBuilder::SetSelectionTypeEnum ( NXOpen::CAE::DisplayNodalCsysBuilder::NodesToDisplayType  selectionTypeEnum)

Sets the way selections will be displayed
Created in NX12.0.0.



License requirements : None

Parameters
selectionTypeEnumselectiontypeenum

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