NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::BlockStyler::OrientXpress Class Reference

Represents OrientXpress Block
Created in NX8.5.0. More...

Inheritance diagram for NXOpen::BlockStyler::OrientXpress:
NXOpen::BlockStyler::UIBlock NXOpen::TaggedObject

Public Member Functions

NXString DirectionAsString ()
 Returns the Direction as string
Created in NX8.5.0. More...
 
std::vector< NXStringGetDirectionMembers ()
 Gets Direction members. More...
 
std::vector< NXStringGetPlaneMembers ()
 Gets Plane members. More...
 
std::vector< NXStringGetReferenceMembers ()
 Gets Reference members. More...
 
NXString PlaneAsString ()
 Returns the Plane as string
Created in NX8.5.0. More...
 
NXString ReferenceAsString ()
 Returns the Reference as string
Created in NX8.5.0. More...
 
NXOpen::TaggedObjectReferenceCsys ()
 Returns the ReferenceCsys
Created in NX8.5.0. More...
 
void SetDirectionAsString (const NXString &enumString)
 Sets the Direction as string
Created in NX8.5.0. More...
 
void SetDirectionAsString (const char *enumString)
 Sets the Direction as string
Created in NX8.5.0. More...
 
void SetPlaneAsString (const NXString &enumString)
 Sets the Plane as string
Created in NX8.5.0. More...
 
void SetPlaneAsString (const char *enumString)
 Sets the Plane as string
Created in NX8.5.0. More...
 
void SetReferenceAsString (const NXString &enumString)
 Sets the Reference as string
Created in NX8.5.0. More...
 
void SetReferenceAsString (const char *enumString)
 Sets the Reference as string
Created in NX8.5.0. More...
 
void SetReferenceCsys (NXOpen::TaggedObject *referenceCsys)
 Sets the ReferenceCsys
Created in NX8.5.0. More...
 
void SetShowAxisSubBlock (bool show)
 Sets the ShowAxisSubBlock
Created in NX8.5.0. More...
 
void SetShowPlaneSubBlock (bool show)
 Sets the ShowPlaneSubBlock
Created in NX8.5.0. More...
 
void SetShowReferenceSubBlock (bool show)
 Sets the ShowReferenceSubBlock
Created in NX8.5.0. More...
 
void SetShowSceneControl (bool show)
 Sets the ShowSceneControl
Created in NX8.5.0. More...
 
void SetShowXAxis (bool show)
 Sets the ShowXAxis
Created in NX8.5.0. More...
 
void SetShowXYPlane (bool show)
 Sets the ShowXYPlane
Created in NX8.5.0. More...
 
void SetShowXZPlane (bool show)
 Sets the ShowXZPlane
Created in NX8.5.0. More...
 
void SetShowYAxis (bool show)
 Sets the ShowYAxis
Created in NX8.5.0. More...
 
void SetShowYZPlane (bool show)
 Sets the ShowYZPlane
Created in NX8.5.0. More...
 
void SetShowZAxis (bool show)
 Sets the ShowZAxis
Created in NX8.5.0. More...
 
bool ShowAxisSubBlock ()
 Returns the ShowAxisSubBlock
Created in NX8.5.0. More...
 
bool ShowPlaneSubBlock ()
 Returns the ShowPlaneSubBlock
Created in NX8.5.0. More...
 
bool ShowReferenceSubBlock ()
 Returns the ShowReferenceSubBlock
Created in NX8.5.0. More...
 
bool ShowSceneControl ()
 Returns the ShowSceneControl
Created in NX8.5.0. More...
 
bool ShowXAxis ()
 Returns the ShowXAxis
Created in NX8.5.0. More...
 
bool ShowXYPlane ()
 Returns the ShowXYPlane
Created in NX8.5.0. More...
 
bool ShowXZPlane ()
 Returns the ShowXZPlane
Created in NX8.5.0. More...
 
bool ShowYAxis ()
 Returns the ShowYAxis
Created in NX8.5.0. More...
 
bool ShowYZPlane ()
 Returns the ShowYZPlane
Created in NX8.5.0. More...
 
bool ShowZAxis ()
 Returns the ShowZAxis
Created in NX8.5.0. More...
 
- Public Member Functions inherited from NXOpen::BlockStyler::UIBlock
bool Enable ()
 Returns the Enable. More...
 
bool Expanded ()
 Returns the Expanded
Created in NX8.5.0. More...
 
void Focus ()
 Focuses on the block. More...
 
NXOpen::BlockStyler::PropertyListGetProperties ()
 Returns the properties of the block. More...
 
bool Group ()
 Returns the Group
Created in NX8.5.0. More...
 
NXString Label ()
 Returns the Label
Created in NX8.5.0. More...
 
NXString Name ()
 Returns the name of the block or BlockID
Created in NX6.0.0. More...
 
void SetEnable (bool enable)
 Sets the Enable. More...
 
void SetExpanded (bool expanded)
 Sets the Expanded
Created in NX8.5.0. More...
 
void SetGroup (bool group)
 Sets the Group
Created in NX8.5.0. More...
 
void SetLabel (const NXString &label)
 Sets the Label
Created in NX8.5.0. More...
 
void SetLabel (const char *label)
 Sets the Label
Created in NX8.5.0. More...
 
void SetShow (bool show)
 Sets the Visibility of block. More...
 
bool Show ()
 Returns the Visibility of block. More...
 
NXString Type ()
 Returns the type of block
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents OrientXpress Block
Created in NX8.5.0.


Member Function Documentation

NXString NXOpen::BlockStyler::OrientXpress::DirectionAsString ( )

Returns the Direction as string
Created in NX8.5.0.



License requirements : None

std::vector<NXString> NXOpen::BlockStyler::OrientXpress::GetDirectionMembers ( )

Gets Direction members.

Returns

Created in NX8.5.0.

License requirements : None
std::vector<NXString> NXOpen::BlockStyler::OrientXpress::GetPlaneMembers ( )

Gets Plane members.

Returns

Created in NX8.5.0.

License requirements : None
std::vector<NXString> NXOpen::BlockStyler::OrientXpress::GetReferenceMembers ( )

Gets Reference members.

Returns

Created in NX8.5.0.

License requirements : None
NXString NXOpen::BlockStyler::OrientXpress::PlaneAsString ( )

Returns the Plane as string
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::OrientXpress::ReferenceAsString ( )

Returns the Reference as string
Created in NX8.5.0.



License requirements : None

NXOpen::TaggedObject* NXOpen::BlockStyler::OrientXpress::ReferenceCsys ( )

Returns the ReferenceCsys
Created in NX8.5.0.



License requirements : None

void NXOpen::BlockStyler::OrientXpress::SetDirectionAsString ( const NXString enumString)

Sets the Direction as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::OrientXpress::SetDirectionAsString ( const char *  enumString)

Sets the Direction as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::OrientXpress::SetPlaneAsString ( const NXString enumString)

Sets the Plane as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::OrientXpress::SetPlaneAsString ( const char *  enumString)

Sets the Plane as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::OrientXpress::SetReferenceAsString ( const NXString enumString)

Sets the Reference as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::OrientXpress::SetReferenceAsString ( const char *  enumString)

Sets the Reference as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::OrientXpress::SetReferenceCsys ( NXOpen::TaggedObject referenceCsys)

Sets the ReferenceCsys
Created in NX8.5.0.



License requirements : None

Parameters
referenceCsysreferencecsys
void NXOpen::BlockStyler::OrientXpress::SetShowAxisSubBlock ( bool  show)

Sets the ShowAxisSubBlock
Created in NX8.5.0.



License requirements : None

Parameters
showshow
void NXOpen::BlockStyler::OrientXpress::SetShowPlaneSubBlock ( bool  show)

Sets the ShowPlaneSubBlock
Created in NX8.5.0.



License requirements : None

Parameters
showshow
void NXOpen::BlockStyler::OrientXpress::SetShowReferenceSubBlock ( bool  show)

Sets the ShowReferenceSubBlock
Created in NX8.5.0.



License requirements : None

Parameters
showshow
void NXOpen::BlockStyler::OrientXpress::SetShowSceneControl ( bool  show)

Sets the ShowSceneControl
Created in NX8.5.0.



License requirements : None

Parameters
showshow
void NXOpen::BlockStyler::OrientXpress::SetShowXAxis ( bool  show)

Sets the ShowXAxis
Created in NX8.5.0.



License requirements : None

Parameters
showshow
void NXOpen::BlockStyler::OrientXpress::SetShowXYPlane ( bool  show)

Sets the ShowXYPlane
Created in NX8.5.0.



License requirements : None

Parameters
showshow
void NXOpen::BlockStyler::OrientXpress::SetShowXZPlane ( bool  show)

Sets the ShowXZPlane
Created in NX8.5.0.



License requirements : None

Parameters
showshow
void NXOpen::BlockStyler::OrientXpress::SetShowYAxis ( bool  show)

Sets the ShowYAxis
Created in NX8.5.0.



License requirements : None

Parameters
showshow
void NXOpen::BlockStyler::OrientXpress::SetShowYZPlane ( bool  show)

Sets the ShowYZPlane
Created in NX8.5.0.



License requirements : None

Parameters
showshow
void NXOpen::BlockStyler::OrientXpress::SetShowZAxis ( bool  show)

Sets the ShowZAxis
Created in NX8.5.0.



License requirements : None

Parameters
showshow
bool NXOpen::BlockStyler::OrientXpress::ShowAxisSubBlock ( )

Returns the ShowAxisSubBlock
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::OrientXpress::ShowPlaneSubBlock ( )

Returns the ShowPlaneSubBlock
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::OrientXpress::ShowReferenceSubBlock ( )

Returns the ShowReferenceSubBlock
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::OrientXpress::ShowSceneControl ( )

Returns the ShowSceneControl
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::OrientXpress::ShowXAxis ( )

Returns the ShowXAxis
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::OrientXpress::ShowXYPlane ( )

Returns the ShowXYPlane
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::OrientXpress::ShowXZPlane ( )

Returns the ShowXZPlane
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::OrientXpress::ShowYAxis ( )

Returns the ShowYAxis
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::OrientXpress::ShowYZPlane ( )

Returns the ShowYZPlane
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::OrientXpress::ShowZAxis ( )

Returns the ShowZAxis
Created in NX8.5.0.



License requirements : None


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