PathLaserDepositionData Class

class NXOpen.CAM.PathLaserDepositionData

Bases: NXOpen.TransientObject

Definition for Laser deposition data

New in version NX9.0.3.

Methods

Method Description
Dispose Free resources associated with the instance.
GetLaserWidth Get the laser width
GetLayerThickness Get the layer thickness

Method Detail

Dispose

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

GetLaserWidth

PathLaserDepositionData.GetLaserWidth

Get the laser width

Signature GetLaserWidth()

Returns:
Return type:float

New in version NX9.0.3.

License requirements: None.

GetLayerThickness

PathLaserDepositionData.GetLayerThickness

Get the layer thickness

Signature GetLayerThickness()

Returns:
Return type:float

New in version NX9.0.3.

License requirements: None.