PathLaserGeometryData Class

class NXOpen.CAM.PathLaserGeometryData

Bases: NXOpen.TransientObject

Definition for Laser geometry data

New in version NX9.0.3.

Methods

Method Description
Dispose Free resources associated with the instance.
GetAmFeatureBody Get the am feature body
GetInProcessBodies Get the in process bodies
GetNumberOfInProcessBodies Get the number of in process bodies

Method Detail

Dispose

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

GetAmFeatureBody

PathLaserGeometryData.GetAmFeatureBody

Get the am feature body

Signature GetAmFeatureBody()

Returns:
Return type:NXOpen.TaggedObject

New in version NX9.0.3.

License requirements: None.

GetInProcessBodies

PathLaserGeometryData.GetInProcessBodies

Get the in process bodies

Signature GetInProcessBodies()

Returns:
Return type:list of NXOpen.TaggedObject

New in version NX9.0.3.

License requirements: None.

GetNumberOfInProcessBodies

PathLaserGeometryData.GetNumberOfInProcessBodies

Get the number of in process bodies

Signature GetNumberOfInProcessBodies()

Returns:
Return type:int

New in version NX9.0.3.

License requirements: None.