PathLaserProcessorData Class

class NXOpen.CAM.PathLaserProcessorData

Bases: NXOpen.TransientObject

Definition for Laser processor data

New in version NX9.0.3.

Methods

Method Description
Dispose Free resources associated with the instance.
GetPowerRoundingValue Get the power rounding value
GetResolution Get the resolution

Method Detail

Dispose

PathLaserProcessorData.Dispose

Free resources associated with the instance.

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 NX9.0.3.

License requirements: None.

GetPowerRoundingValue

PathLaserProcessorData.GetPowerRoundingValue

Get the power rounding value

Signature GetPowerRoundingValue()

Returns:
Return type:float

New in version NX9.0.3.

License requirements: None.

GetResolution

PathLaserProcessorData.GetResolution

Get the resolution

Signature GetResolution()

Returns:
Return type:int

New in version NX9.0.3.

License requirements: None.