DmTpBuilder Class

class NXOpen.CAM.DmTpBuilder

Bases: NXOpen.TaggedObject

Represents a tool path Drive Method Builder

This is an abstract class and cannot be instantiated.

New in version NX5.0.0.

Properties

Property Description
Tag Returns the Tag for this object.

Methods

Method Description
SpecifyClsf Specifies the clsf file, including both the directory path and file name.
SpecifyToolPath Specifies the tool path name.

Method Detail

SpecifyClsf

DmTpBuilder.SpecifyClsf

Specifies the clsf file, including both the directory path and file name.

Signature SpecifyClsf(clsfFileName)

Parameters:clsfFileName (str) – the clsf file name

New in version NX8.0.0.

License requirements: cam_base (“CAM BASE”)

SpecifyToolPath

DmTpBuilder.SpecifyToolPath

Specifies the tool path name.

Signature SpecifyToolPath(toolPathName)

Parameters:toolPathName (str) – the tool path name

New in version NX8.0.0.

License requirements: cam_base (“CAM BASE”)