CircularTargetData Class

class NXOpen.Annotations.CircularTargetData

Bases: NXOpen.Annotations.DatumTargetData

Represents circular datum target data

New in version NX4.0.0.

Properties

Property Description
DatumLabel Returns or sets the datum label.
Index Returns or sets the target index.

Methods

Method Description
Dispose Frees the object from memory.
GetDiameter Returns the diameter
GetSimpleDraftingAidPreferences Returns the SimpleDraftingAidPreferences object
SetDiameter Sets the diameter
SetSimpleDraftingAidPreferences Sets the SimpleDraftingAidPreferences object

Method Detail

Dispose

CircularTargetData.Dispose

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.

Signature Dispose()

New in version NX4.0.0.

License requirements: None.

GetDiameter

CircularTargetData.GetDiameter

Returns the diameter

Signature GetDiameter()

Returns:Diameter data
Return type:NXOpen.Annotations.Value

New in version NX4.0.0.

License requirements: None.

SetDiameter

CircularTargetData.SetDiameter

Sets the diameter

Signature SetDiameter(diameter)

Parameters:diameter (NXOpen.Annotations.Value) – New diameter data

New in version NX4.0.0.

License requirements: None.