PathLaserMachineData Class

class NXOpen.CAM.PathLaserMachineData

Bases: NXOpen.TransientObject

Definition for Laser machine data

New in version NX9.0.3.

Methods

Method Description
Dispose Free resources associated with the instance.
GetMaxLaserPower Get the maximum laser power

Method Detail

Dispose

PathLaserMachineData.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.

GetMaxLaserPower

PathLaserMachineData.GetMaxLaserPower

Get the maximum laser power

Signature GetMaxLaserPower()

Returns:
Return type:float

New in version NX9.0.3.

License requirements: None.