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

Represents datum data
Created in NX4.0.0. More...

Inheritance diagram for NXOpen::Annotations::DatumData:
NXOpen::TransientObject

Public Member Functions

bool AlwaysVertical ()
 Returns the flag indicating whether the datum is always vertical (without the stub)
Created in NX4.0.0. More...
 
bool DrawX ()
 Returns the flag indicating whether to draw X, where the leader terminates
Created in NX4.0.0. More...
 
NXOpen::Annotations::SimpleDraftingAidPreferencesGetSimpleDraftingAidPreferences ()
 Returns the SimpleDraftingAidPreferences object. More...
 
NXString Label ()
 Returns the label
Created in NX4.0.0. More...
 
void SetAlwaysVertical (bool alwaysVertical)
 Sets the flag indicating whether the datum is always vertical (without the stub)
Created in NX4.0.0. More...
 
void SetDrawX (bool drawX)
 Sets the flag indicating whether to draw X, where the leader terminates
Created in NX4.0.0. More...
 
void SetLabel (const NXString &label)
 Sets the label
Created in NX4.0.0. More...
 
void SetLabel (const char *label)
 Sets the label
Created in NX4.0.0. More...
 
void SetSimpleDraftingAidPreferences (NXOpen::Annotations::SimpleDraftingAidPreferences *preferences)
 Sets the SimpleDraftingAidPreferences object
Created in NX4.0.0. More...
 
virtual ~DatumData ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents datum data
Created in NX4.0.0.


Constructor & Destructor Documentation

virtual NXOpen::Annotations::DatumData::~DatumData ( )
virtual

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX4.0.0.

License requirements : None

Member Function Documentation

bool NXOpen::Annotations::DatumData::AlwaysVertical ( )

Returns the flag indicating whether the datum is always vertical (without the stub)
Created in NX4.0.0.



License requirements : None

bool NXOpen::Annotations::DatumData::DrawX ( )

Returns the flag indicating whether to draw X, where the leader terminates
Created in NX4.0.0.



License requirements : None

NXOpen::Annotations::SimpleDraftingAidPreferences* NXOpen::Annotations::DatumData::GetSimpleDraftingAidPreferences ( )

Returns the SimpleDraftingAidPreferences object.

Returns
Datum preferences
Created in NX4.0.0.

License requirements : None
NXString NXOpen::Annotations::DatumData::Label ( )

Returns the label
Created in NX4.0.0.



License requirements : None

void NXOpen::Annotations::DatumData::SetAlwaysVertical ( bool  alwaysVertical)

Sets the flag indicating whether the datum is always vertical (without the stub)
Created in NX4.0.0.



License requirements : None

Parameters
alwaysVerticalFlag indicating whether the datum is always vertical
void NXOpen::Annotations::DatumData::SetDrawX ( bool  drawX)

Sets the flag indicating whether to draw X, where the leader terminates
Created in NX4.0.0.



License requirements : None

Parameters
drawXFlag indicating whether to draw X where leader termiantes
void NXOpen::Annotations::DatumData::SetLabel ( const NXString label)

Sets the label
Created in NX4.0.0.



License requirements : None

Parameters
labelDatum label
void NXOpen::Annotations::DatumData::SetLabel ( const char *  label)

Sets the label
Created in NX4.0.0.



License requirements : None

Parameters
labelDatum label
void NXOpen::Annotations::DatumData::SetSimpleDraftingAidPreferences ( NXOpen::Annotations::SimpleDraftingAidPreferences preferences)

Sets the SimpleDraftingAidPreferences object
Created in NX4.0.0.



License requirements : None

Parameters
preferencesNew datum preferences

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