PathLaserPowderData Class

class NXOpen.CAM.PathLaserPowderData

Bases: NXOpen.TransientObject

Definition for Laser powder data

New in version NX9.0.3.

Methods

Method Description
Dispose Free resources associated with the instance.
GetMaterial Get the powder material

Method Detail

Dispose

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

GetMaterial

PathLaserPowderData.GetMaterial

Get the powder material

Signature GetMaterial()

Returns:
Return type:str

New in version NX9.0.3.

License requirements: None.