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

Represents Specify Orientation block
Created in NX8.5.0. More...

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

Public Member Functions

NXString BalloonTooltipImage ()
 Returns the BalloonTooltipImage
Created in NX8.5.0. More...
 
NXString BalloonTooltipLayoutAsString ()
 Returns the BalloonTooltipLayout as string
Created in NX8.5.0. More...
 
NXString BalloonTooltipText ()
 Returns the BalloonTooltipText
Created in NX8.5.0. More...
 
bool EnableDoubleClickFlip ()
 Returns the EnableDoubleClickFlip. More...
 
bool EnableFacetSelection ()
 Returns the EnableFacetSelection
Created in NX8.5.0. More...
 
std::vector< NXStringGetBalloonTooltipLayoutMembers ()
 Gets the BalloonTooltipLayout members. More...
 
bool HasOriginGwif ()
 Returns the HasOriginGwif
Created in NX8.5.0. More...
 
bool IsOriginSpecified ()
 Returns the IsOriginSpecified
Created in NX8.5.0. More...
 
bool IsWCSCoordinates ()
 Returns the IsWCSCoordinates
Created in NX8.5.0. More...
 
NXOpen::Point3d Origin ()
 Returns the Origin
Created in NX8.5.0. More...
 
void SetBalloonTooltipImage (const NXString &imageString)
 Sets the BalloonTooltipImage
Created in NX8.5.0. More...
 
void SetBalloonTooltipImage (const char *imageString)
 Sets the BalloonTooltipImage
Created in NX8.5.0. More...
 
void SetBalloonTooltipLayoutAsString (const NXString &enumString)
 Sets the BalloonTooltipLayout as string
Created in NX8.5.0. More...
 
void SetBalloonTooltipLayoutAsString (const char *enumString)
 Sets the BalloonTooltipLayout as string
Created in NX8.5.0. More...
 
void SetBalloonTooltipText (const NXString &balloonTooltipText)
 Sets the BalloonTooltipText
Created in NX8.5.0. More...
 
void SetBalloonTooltipText (const char *balloonTooltipText)
 Sets the BalloonTooltipText
Created in NX8.5.0. More...
 
void SetEnableDoubleClickFlip (bool enableFlip)
 Sets the EnableDoubleClickFlip. More...
 
void SetEnableFacetSelection (bool enableSelection)
 Sets the EnableFacetSelection
Created in NX8.5.0. More...
 
void SetHasOriginGwif (bool originGwif)
 Sets the HasOriginGwif
Created in NX8.5.0. More...
 
void SetOrigin (const NXOpen::Point3d &origin)
 Sets the Origin
Created in NX8.5.0. More...
 
void SetOriginSpecified (bool originSpecified)
 Sets the IsOriginSpecified
Created in NX8.5.0. More...
 
void SetSnapPointTypesOnByDefault (int snapPointTypes)
 Sets the SnapPointTypesOnByDefault
Created in NX8.5.0. More...
 
void SetVisibleManipulatorHandles (int handles)
 Sets the VisibleManipulatorHandles. More...
 
void SetWCSCoordinates (bool wcsCoordinates)
 Sets the IsWCSCoordinates
Created in NX8.5.0. More...
 
void SetXAxis (const NXOpen::Vector3d &xAxis)
 Sets the XAxis
Created in NX8.5.0. More...
 
void SetYAxis (const NXOpen::Vector3d &yAxis)
 Sets the YAxis
Created in NX8.5.0. More...
 
int SnapPointTypesOnByDefault ()
 Returns the SnapPointTypesOnByDefault
Created in NX8.5.0. More...
 
int VisibleManipulatorHandles ()
 Returns the VisibleManipulatorHandles. More...
 
NXOpen::Vector3d XAxis ()
 Returns the XAxis
Created in NX8.5.0. More...
 
NXOpen::Vector3d YAxis ()
 Returns the YAxis
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 Specify Orientation block
Created in NX8.5.0.


Member Function Documentation

NXString NXOpen::BlockStyler::SpecifyOrientation::BalloonTooltipImage ( )

Returns the BalloonTooltipImage
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::SpecifyOrientation::BalloonTooltipLayoutAsString ( )

Returns the BalloonTooltipLayout as string
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::SpecifyOrientation::BalloonTooltipText ( )

Returns the BalloonTooltipText
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::SpecifyOrientation::EnableDoubleClickFlip ( )

Returns the EnableDoubleClickFlip.

If true, flipping is allowed when direction handle is double clicked.
Created in NX8.5.0.

License requirements : None

bool NXOpen::BlockStyler::SpecifyOrientation::EnableFacetSelection ( )

Returns the EnableFacetSelection
Created in NX8.5.0.



License requirements : None

std::vector<NXString> NXOpen::BlockStyler::SpecifyOrientation::GetBalloonTooltipLayoutMembers ( )

Gets the BalloonTooltipLayout members.

Returns
Value to get from the property.
Created in NX8.5.0.

License requirements : None
bool NXOpen::BlockStyler::SpecifyOrientation::HasOriginGwif ( )

Returns the HasOriginGwif
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::SpecifyOrientation::IsOriginSpecified ( )

Returns the IsOriginSpecified
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::SpecifyOrientation::IsWCSCoordinates ( )

Returns the IsWCSCoordinates
Created in NX8.5.0.



License requirements : None

NXOpen::Point3d NXOpen::BlockStyler::SpecifyOrientation::Origin ( )

Returns the Origin
Created in NX8.5.0.



License requirements : None

void NXOpen::BlockStyler::SpecifyOrientation::SetBalloonTooltipImage ( const NXString imageString)

Sets the BalloonTooltipImage
Created in NX8.5.0.



License requirements : None

Parameters
imageStringimage string
void NXOpen::BlockStyler::SpecifyOrientation::SetBalloonTooltipImage ( const char *  imageString)

Sets the BalloonTooltipImage
Created in NX8.5.0.



License requirements : None

Parameters
imageStringimage string
void NXOpen::BlockStyler::SpecifyOrientation::SetBalloonTooltipLayoutAsString ( const NXString enumString)

Sets the BalloonTooltipLayout as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::SpecifyOrientation::SetBalloonTooltipLayoutAsString ( const char *  enumString)

Sets the BalloonTooltipLayout as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::SpecifyOrientation::SetBalloonTooltipText ( const NXString balloonTooltipText)

Sets the BalloonTooltipText
Created in NX8.5.0.



License requirements : None

Parameters
balloonTooltipTextballoon tooltip text
void NXOpen::BlockStyler::SpecifyOrientation::SetBalloonTooltipText ( const char *  balloonTooltipText)

Sets the BalloonTooltipText
Created in NX8.5.0.



License requirements : None

Parameters
balloonTooltipTextballoon tooltip text
void NXOpen::BlockStyler::SpecifyOrientation::SetEnableDoubleClickFlip ( bool  enableFlip)

Sets the EnableDoubleClickFlip.

If true, flipping is allowed when direction handle is double clicked.
Created in NX8.5.0.

License requirements : None

Parameters
enableFlipenableflip
void NXOpen::BlockStyler::SpecifyOrientation::SetEnableFacetSelection ( bool  enableSelection)

Sets the EnableFacetSelection
Created in NX8.5.0.



License requirements : None

Parameters
enableSelectionenableselection
void NXOpen::BlockStyler::SpecifyOrientation::SetHasOriginGwif ( bool  originGwif)

Sets the HasOriginGwif
Created in NX8.5.0.



License requirements : None

Parameters
originGwiforigingwif
void NXOpen::BlockStyler::SpecifyOrientation::SetOrigin ( const NXOpen::Point3d origin)

Sets the Origin
Created in NX8.5.0.



License requirements : None

Parameters
originorigin
void NXOpen::BlockStyler::SpecifyOrientation::SetOriginSpecified ( bool  originSpecified)

Sets the IsOriginSpecified
Created in NX8.5.0.



License requirements : None

Parameters
originSpecifiedoriginspecified
void NXOpen::BlockStyler::SpecifyOrientation::SetSnapPointTypesOnByDefault ( int  snapPointTypes)

Sets the SnapPointTypesOnByDefault
Created in NX8.5.0.



License requirements : None

Parameters
snapPointTypessnappointtypes
void NXOpen::BlockStyler::SpecifyOrientation::SetVisibleManipulatorHandles ( int  handles)

Sets the VisibleManipulatorHandles.

It specifies the options to display the handles available on triad. The translation, rotation and origin handles are available.
Created in NX8.5.0.

License requirements : None

Parameters
handleshandles
void NXOpen::BlockStyler::SpecifyOrientation::SetWCSCoordinates ( bool  wcsCoordinates)

Sets the IsWCSCoordinates
Created in NX8.5.0.



License requirements : None

Parameters
wcsCoordinateswcscoordinates
void NXOpen::BlockStyler::SpecifyOrientation::SetXAxis ( const NXOpen::Vector3d xAxis)

Sets the XAxis
Created in NX8.5.0.



License requirements : None

Parameters
xAxisxaxis
void NXOpen::BlockStyler::SpecifyOrientation::SetYAxis ( const NXOpen::Vector3d yAxis)

Sets the YAxis
Created in NX8.5.0.



License requirements : None

Parameters
yAxisyaxis
int NXOpen::BlockStyler::SpecifyOrientation::SnapPointTypesOnByDefault ( )

Returns the SnapPointTypesOnByDefault
Created in NX8.5.0.



License requirements : None

int NXOpen::BlockStyler::SpecifyOrientation::VisibleManipulatorHandles ( )

Returns the VisibleManipulatorHandles.

It specifies the options to display the handles available on triad. The translation, rotation and origin handles are available.
Created in NX8.5.0.

License requirements : None

NXOpen::Vector3d NXOpen::BlockStyler::SpecifyOrientation::XAxis ( )

Returns the XAxis
Created in NX8.5.0.



License requirements : None

NXOpen::Vector3d NXOpen::BlockStyler::SpecifyOrientation::YAxis ( )

Returns the YAxis
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.