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

Represents symbol preferences
Created in NX3.0.0. More...

Inheritance diagram for NXOpen::Annotations::SymbolPreferences:
NXOpen::TransientObject

Public Member Functions

NXOpen::Annotations::SurfaceFinishStandard DraftingSurfaceFinishStandard ()
 Returns the drafting surface finish standard
Created in NX7.5.0. More...
 
NXOpen::Annotations::LineCfw GetCenterlineSymbolCfw ()
 Returns the centerline symbol color, font, and width. More...
 
NXOpen::Annotations::LineCfw GetGdtSymbolCfw ()
 Returns the gdt symbol color, font, and width. More...
 
NXOpen::Annotations::LineCfw GetIdSymbolCfw ()
 Returns the id symbol color, font, and width. More...
 
NXOpen::Annotations::LineCfw GetIntersectionSymbolCfw ()
 Returns the intersection symbol color, font, and width. More...
 
NXOpen::Annotations::LineCfw GetSurfaceFinishCfw ()
 Returns the surface finish symbol color, font, and width. More...
 
NXOpen::Annotations::LineCfw GetTargetSymbolCfw ()
 Returns the target symbol color, font, and width. More...
 
NXOpen::Annotations::LineCfw GetUserDefinedSymbolCfw ()
 Returns the user defined symbol color, font, and width. More...
 
double GetWeldLineGap ()
 Returns the weld line gap. More...
 
double GetWeldSpaceFactor ()
 Returns the weld space factor. More...
 
NXOpen::Annotations::LineCfw GetWeldSymbolCfw ()
 Returns the weld symbol color, font, and width. More...
 
double GetWeldSymbolSizeFactor ()
 The character size factor that controls the weld symbol size. More...
 
double IdSymbolSize ()
 Returns the id symbol size
Created in NX3.0.0. More...
 
void SetCenterlineSymbolCfw (const NXOpen::Annotations::LineCfw &centerlineSymbolCfw)
 Sets the centerline symbol color, font, and width
Created in NX3.0.0. More...
 
void SetDraftingSurfaceFinishStandard (NXOpen::Annotations::SurfaceFinishStandard standard)
 Sets the drafting surface finish standard
Created in NX7.5.0. More...
 
void SetGdtSymbolCfw (const NXOpen::Annotations::LineCfw &gdtSymbolCfw)
 Sets the gdt symbol color, font, and width
Created in NX3.0.0. More...
 
void SetIdSymbolCfw (const NXOpen::Annotations::LineCfw &idSymbolCfw)
 Sets the id symbol color, font, and width
Created in NX3.0.0. More...
 
void SetIdSymbolSize (double idSymbolSize)
 Sets the id symbol size
Created in NX3.0.0. More...
 
void SetIntersectionSymbolCfw (const NXOpen::Annotations::LineCfw &intersectionSymbolCfw)
 Sets the intersection symbol color, font, and width
Created in NX3.0.0. More...
 
void SetSurfaceFinishCfw (const NXOpen::Annotations::LineCfw &surfaceFinishCfw)
 Sets the surface finish symbol color, font, and width
Created in NX7.5.0. More...
 
void SetTargetSymbolCfw (const NXOpen::Annotations::LineCfw &targetSymbolCfw)
 Sets the target symbol color, font, and width
Created in NX3.0.0. More...
 
void SetUserDefinedSymbolCfw (const NXOpen::Annotations::LineCfw &userDefinedSymbolCfw)
 Sets the user defined symbol color, font, and width
Created in NX3.0.0. More...
 
void SetWeldLineGap (double lineGap)
 Sets the weld symbol line gap
Created in NX6.0.0. More...
 
void SetWeldSpaceFactor (double spaceFactor)
 Sets the weld symbol space factor
Created in NX6.0.0. More...
 
void SetWeldSymbolCfw (const NXOpen::Annotations::LineCfw &weldSymbolCfw)
 Sets the weld symbol color, font, and width
Created in NX6.0.0. More...
 
void SetWeldSymbolSizeFactor (double symbolSizeFactor)
 
Created in NX8.5.0. More...
 
void SetWeldSymbolStandard (NXOpen::Annotations::WeldStandard standard)
 Sets the weld symbol standard
Created in NX8.5.0. More...
 
NXOpen::Annotations::WeldStandard WeldSymbolStandard ()
 Returns the weld symbol standard
Created in NX8.5.0. More...
 
virtual ~SymbolPreferences ()
 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 symbol preferences
Created in NX3.0.0.


Constructor & Destructor Documentation

virtual NXOpen::Annotations::SymbolPreferences::~SymbolPreferences ( )
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 NX3.0.0.

License requirements : None

Member Function Documentation

NXOpen::Annotations::SurfaceFinishStandard NXOpen::Annotations::SymbolPreferences::DraftingSurfaceFinishStandard ( )

Returns the drafting surface finish standard
Created in NX7.5.0.



License requirements : None

NXOpen::Annotations::LineCfw NXOpen::Annotations::SymbolPreferences::GetCenterlineSymbolCfw ( )

Returns the centerline symbol color, font, and width.

Returns

Created in NX3.0.0.

License requirements : None
NXOpen::Annotations::LineCfw NXOpen::Annotations::SymbolPreferences::GetGdtSymbolCfw ( )

Returns the gdt symbol color, font, and width.

Returns

Created in NX3.0.0.

License requirements : None
NXOpen::Annotations::LineCfw NXOpen::Annotations::SymbolPreferences::GetIdSymbolCfw ( )

Returns the id symbol color, font, and width.

Returns

Created in NX3.0.0.

License requirements : None
NXOpen::Annotations::LineCfw NXOpen::Annotations::SymbolPreferences::GetIntersectionSymbolCfw ( )

Returns the intersection symbol color, font, and width.

Returns

Created in NX3.0.0.

License requirements : None
NXOpen::Annotations::LineCfw NXOpen::Annotations::SymbolPreferences::GetSurfaceFinishCfw ( )

Returns the surface finish symbol color, font, and width.

Returns

Created in NX7.5.0.

License requirements : None
NXOpen::Annotations::LineCfw NXOpen::Annotations::SymbolPreferences::GetTargetSymbolCfw ( )

Returns the target symbol color, font, and width.

Returns

Created in NX3.0.0.

License requirements : None
NXOpen::Annotations::LineCfw NXOpen::Annotations::SymbolPreferences::GetUserDefinedSymbolCfw ( )

Returns the user defined symbol color, font, and width.

Returns

Created in NX3.0.0.

License requirements : None
double NXOpen::Annotations::SymbolPreferences::GetWeldLineGap ( )

Returns the weld line gap.

Returns

Created in NX6.0.0.

License requirements : None
double NXOpen::Annotations::SymbolPreferences::GetWeldSpaceFactor ( )

Returns the weld space factor.

Returns

Created in NX6.0.0.

License requirements : None
NXOpen::Annotations::LineCfw NXOpen::Annotations::SymbolPreferences::GetWeldSymbolCfw ( )

Returns the weld symbol color, font, and width.

Returns

Created in NX6.0.0.

License requirements : None
double NXOpen::Annotations::SymbolPreferences::GetWeldSymbolSizeFactor ( )

The character size factor that controls the weld symbol size.

The value is greater than zero.

Returns

Created in NX8.5.0.

License requirements : None
double NXOpen::Annotations::SymbolPreferences::IdSymbolSize ( )

Returns the id symbol size
Created in NX3.0.0.



License requirements : None

void NXOpen::Annotations::SymbolPreferences::SetCenterlineSymbolCfw ( const NXOpen::Annotations::LineCfw centerlineSymbolCfw)

Sets the centerline symbol color, font, and width
Created in NX3.0.0.



License requirements : None

Parameters
centerlineSymbolCfwcenterline symbol cfw
void NXOpen::Annotations::SymbolPreferences::SetDraftingSurfaceFinishStandard ( NXOpen::Annotations::SurfaceFinishStandard  standard)

Sets the drafting surface finish standard
Created in NX7.5.0.



License requirements : None

Parameters
standardstandard
void NXOpen::Annotations::SymbolPreferences::SetGdtSymbolCfw ( const NXOpen::Annotations::LineCfw gdtSymbolCfw)

Sets the gdt symbol color, font, and width
Created in NX3.0.0.



License requirements : None

Parameters
gdtSymbolCfwgdt symbol cfw
void NXOpen::Annotations::SymbolPreferences::SetIdSymbolCfw ( const NXOpen::Annotations::LineCfw idSymbolCfw)

Sets the id symbol color, font, and width
Created in NX3.0.0.



License requirements : None

Parameters
idSymbolCfwid symbol cfw
void NXOpen::Annotations::SymbolPreferences::SetIdSymbolSize ( double  idSymbolSize)

Sets the id symbol size
Created in NX3.0.0.



License requirements : None

Parameters
idSymbolSizeid symbol size
void NXOpen::Annotations::SymbolPreferences::SetIntersectionSymbolCfw ( const NXOpen::Annotations::LineCfw intersectionSymbolCfw)

Sets the intersection symbol color, font, and width
Created in NX3.0.0.



License requirements : None

Parameters
intersectionSymbolCfwintersection symbol cfw
void NXOpen::Annotations::SymbolPreferences::SetSurfaceFinishCfw ( const NXOpen::Annotations::LineCfw surfaceFinishCfw)

Sets the surface finish symbol color, font, and width
Created in NX7.5.0.



License requirements : None

Parameters
surfaceFinishCfwsurface finish cfw
void NXOpen::Annotations::SymbolPreferences::SetTargetSymbolCfw ( const NXOpen::Annotations::LineCfw targetSymbolCfw)

Sets the target symbol color, font, and width
Created in NX3.0.0.



License requirements : None

Parameters
targetSymbolCfwtarget symbol cfw
void NXOpen::Annotations::SymbolPreferences::SetUserDefinedSymbolCfw ( const NXOpen::Annotations::LineCfw userDefinedSymbolCfw)

Sets the user defined symbol color, font, and width
Created in NX3.0.0.



License requirements : None

Parameters
userDefinedSymbolCfwuser defined symbol cfw
void NXOpen::Annotations::SymbolPreferences::SetWeldLineGap ( double  lineGap)

Sets the weld symbol line gap
Created in NX6.0.0.



License requirements : None

Parameters
lineGaplinegap
void NXOpen::Annotations::SymbolPreferences::SetWeldSpaceFactor ( double  spaceFactor)

Sets the weld symbol space factor
Created in NX6.0.0.



License requirements : None

Parameters
spaceFactorspacefactor
void NXOpen::Annotations::SymbolPreferences::SetWeldSymbolCfw ( const NXOpen::Annotations::LineCfw weldSymbolCfw)

Sets the weld symbol color, font, and width
Created in NX6.0.0.



License requirements : None

Parameters
weldSymbolCfwweld symbol cfw
void NXOpen::Annotations::SymbolPreferences::SetWeldSymbolSizeFactor ( double  symbolSizeFactor)


Created in NX8.5.0.



License requirements : None

Parameters
symbolSizeFactorsymbolsizefactor
void NXOpen::Annotations::SymbolPreferences::SetWeldSymbolStandard ( NXOpen::Annotations::WeldStandard  standard)

Sets the weld symbol standard
Created in NX8.5.0.



License requirements : None

Parameters
standardstandard
NXOpen::Annotations::WeldStandard NXOpen::Annotations::SymbolPreferences::WeldSymbolStandard ( )

Returns the weld symbol standard
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.