DmCmBuilder Class

class NXOpen.CAM.DmCmBuilder

Bases: NXOpen.TaggedObject

Represents a DmCmBuilder

New in version NX5.0.0.

Properties

Property Description
ContactPositionBottomDistance Returns the Contact Position Bottom Distance
ContactPositionDistance Returns the Contact Position Distance
ContactPositionRingHeight Returns or sets the contact position ring height type
ContactPositionTopDistance Returns the Contact Position Top Distance
DmCmEndCutDisType Returns or sets the ext_dis, Contour Milling Drive: End of Cut
DmCmEndCutExtend Returns or sets the Extend, Contour Milling Drive: End of Cut
DmCmEndCutRadio Returns or sets the custom/auto, Contour Milling Drive: End of Cut
DmCmEndCutToolAxisGuideVector Returns or sets the end tool side vector, Contour Milling Drive: End of Cut
DmCmFloorWallStockFloorBuilder Returns the Floor Stock builder (inheritable double)
DmCmFloorWallStockSame Returns or sets the Contour Profile Drive: Floor Stock / Wall Stock
DmCmFloorWallStockWallBuilder Returns the Wall Stock builder (inheritable double)
DmCmMultiplePassesBuilder Returns the Multiple Passes builder
DmCmStartCutDisType Returns or sets the ext_dis, Contour Milling Drive: Start of Cut
DmCmStartCutExtend Returns or sets the Extend, Contour Milling Drive: Start of Cut
DmCmStartCutRadio Returns or sets the custom/auto, Contour Milling Drive: Start of Cut
DmCmStartCutToolAxisGuideVector Returns or sets the start tool side vector, Contour Milling Drive: Start of Cut
EndExtDistSpecValueBuilder Returns the builder of Distance, Contour Milling Drive: End of Cut
FollowWallBottom Returns or sets the Follow Wall Bottom
StartExtDistSpecValueBuilder Returns the builder of Distance, Contour Milling Drive: Start of Cut
Tag Returns the Tag for this object.
ToolPositionOffsetBuilder Returns the part stock builder (inheritable double)

Methods

Enumerations

DmCmBuilderContactPositionRingHeightType Enumeration Available types for contact position ring height
DmCmBuilderDmCmCutPointType Enumeration Available types for point type, Contour Milling Drive
DmCmBuilderExtDisType Enumeration Available types for ext_dis, Contour Milling Drive: Start of Cut
DmCmBuilderToolAxisGuideVectorType Enumeration Available types for vector type, Contour Milling Drive

Property Detail

ContactPositionBottomDistance

DmCmBuilder.ContactPositionBottomDistance

Returns the Contact Position Bottom Distance

-------------------------------------

Getter Method

Signature ContactPositionBottomDistance

Returns:
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX8.5.0.

License requirements: None.

ContactPositionDistance

DmCmBuilder.ContactPositionDistance

Returns the Contact Position Distance

-------------------------------------

Getter Method

Signature ContactPositionDistance

Returns:
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX8.5.0.

License requirements: None.

ContactPositionRingHeight

DmCmBuilder.ContactPositionRingHeight

Returns or sets the contact position ring height type

-------------------------------------

Getter Method

Signature ContactPositionRingHeight

Returns:the contact position ring height type
Return type:NXOpen.CAM.DmCmBuilderContactPositionRingHeightType

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ContactPositionRingHeight

Parameters:ringHeight (NXOpen.CAM.DmCmBuilderContactPositionRingHeightType) – the contact position ring height type

New in version NX8.5.0.

License requirements: cam_base (“CAM BASE”)

ContactPositionTopDistance

DmCmBuilder.ContactPositionTopDistance

Returns the Contact Position Top Distance

-------------------------------------

Getter Method

Signature ContactPositionTopDistance

Returns:
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX8.5.0.

License requirements: None.

DmCmEndCutDisType

DmCmBuilder.DmCmEndCutDisType

Returns or sets the ext_dis, Contour Milling Drive: End of Cut

-------------------------------------

Getter Method

Signature DmCmEndCutDisType

Returns:the value of ext_dis
Return type:NXOpen.CAM.DmCmBuilderExtDisType

New in version NX5.0.0.

Deprecated since version NX8.5.0: Use CAM.DmCmBuilder.EndExtDistSpecValueBuilder() instead.

License requirements: None.

-------------------------------------

Setter Method

Signature DmCmEndCutDisType

Parameters:dmCmEndCutDisType (NXOpen.CAM.DmCmBuilderExtDisType) – the value of ext_dis

New in version NX5.0.0.

Deprecated since version NX8.5.0: Use CAM.DmCmBuilder.EndExtDistSpecValueBuilder() instead.

License requirements: None.

DmCmEndCutExtend

DmCmBuilder.DmCmEndCutExtend

Returns or sets the Extend, Contour Milling Drive: End of Cut

-------------------------------------

Getter Method

Signature DmCmEndCutExtend

Returns:the Extend value
Return type:bool

New in version NX5.0.0.

Deprecated since version NX8.5.0: Use CAM.DmCmBuilder.EndExtDistSpecValueBuilder() instead.

License requirements: None.

-------------------------------------

Setter Method

Signature DmCmEndCutExtend

Parameters:dmCmEndCutExtend (bool) – the Extend value

New in version NX5.0.0.

Deprecated since version NX8.5.0: Use CAM.DmCmBuilder.EndExtDistSpecValueBuilder() instead.

License requirements: None.

DmCmEndCutRadio

DmCmBuilder.DmCmEndCutRadio

Returns or sets the custom/auto, Contour Milling Drive: End of Cut

-------------------------------------

Getter Method

Signature DmCmEndCutRadio

Returns:the value of custom/auto
Return type:NXOpen.CAM.DmCmBuilderDmCmCutPointType

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DmCmEndCutRadio

Parameters:dmCmEndCutRadio (NXOpen.CAM.DmCmBuilderDmCmCutPointType) – the value of custom/auto

New in version NX5.0.0.

License requirements: None.

DmCmEndCutToolAxisGuideVector

DmCmBuilder.DmCmEndCutToolAxisGuideVector

Returns or sets the end tool side vector, Contour Milling Drive: End of Cut

-------------------------------------

Getter Method

Signature DmCmEndCutToolAxisGuideVector

Returns:the value of end tool side vector
Return type:NXOpen.CAM.DmCmBuilderToolAxisGuideVectorType

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DmCmEndCutToolAxisGuideVector

Parameters:guideVec (NXOpen.CAM.DmCmBuilderToolAxisGuideVectorType) – the value of end tool side vector

New in version NX5.0.0.

License requirements: None.

DmCmFloorWallStockFloorBuilder

DmCmBuilder.DmCmFloorWallStockFloorBuilder

Returns the Floor Stock builder (inheritable double)

-------------------------------------

Getter Method

Signature DmCmFloorWallStockFloorBuilder

Returns:The Floor Stock builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

DmCmFloorWallStockSame

DmCmBuilder.DmCmFloorWallStockSame

Returns or sets the Contour Profile Drive: Floor Stock / Wall Stock

-------------------------------------

Getter Method

Signature DmCmFloorWallStockSame

Returns:the Use Floor Stock Same as Wall value
Return type:bool

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DmCmFloorWallStockSame

Parameters:dmCmFloorWallStockSame (bool) – the Use Floor Stock Same as Wall value

New in version NX5.0.0.

License requirements: None.

DmCmFloorWallStockWallBuilder

DmCmBuilder.DmCmFloorWallStockWallBuilder

Returns the Wall Stock builder (inheritable double)

-------------------------------------

Getter Method

Signature DmCmFloorWallStockWallBuilder

Returns:The Wall Stock builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX5.0.0.

License requirements: None.

DmCmMultiplePassesBuilder

DmCmBuilder.DmCmMultiplePassesBuilder

Returns the Multiple Passes builder

-------------------------------------

Getter Method

Signature DmCmMultiplePassesBuilder

Returns:The Multiple Passes builder
Return type:NXOpen.CAM.DmCmMultiplePassesCiBuilder

New in version NX5.0.0.

License requirements: None.

DmCmStartCutDisType

DmCmBuilder.DmCmStartCutDisType

Returns or sets the ext_dis, Contour Milling Drive: Start of Cut

-------------------------------------

Getter Method

Signature DmCmStartCutDisType

Returns:the value of ext_dis
Return type:NXOpen.CAM.DmCmBuilderExtDisType

New in version NX5.0.0.

Deprecated since version NX8.5.0: Use CAM.DmCmBuilder.StartExtDistSpecValueBuilder() instead.

License requirements: None.

-------------------------------------

Setter Method

Signature DmCmStartCutDisType

Parameters:dmCmStartCutDisType (NXOpen.CAM.DmCmBuilderExtDisType) – the value of ext_dis

New in version NX5.0.0.

Deprecated since version NX8.5.0: Use CAM.DmCmBuilder.StartExtDistSpecValueBuilder() instead.

License requirements: None.

DmCmStartCutExtend

DmCmBuilder.DmCmStartCutExtend

Returns or sets the Extend, Contour Milling Drive: Start of Cut

-------------------------------------

Getter Method

Signature DmCmStartCutExtend

Returns:the Extend value
Return type:bool

New in version NX5.0.0.

Deprecated since version NX8.5.0: Use CAM.DmCmBuilder.StartExtDistSpecValueBuilder() instead.

License requirements: None.

-------------------------------------

Setter Method

Signature DmCmStartCutExtend

Parameters:dmCmStartCutExtend (bool) – the Extend value

New in version NX5.0.0.

Deprecated since version NX8.5.0: Use CAM.DmCmBuilder.StartExtDistSpecValueBuilder() instead.

License requirements: None.

DmCmStartCutRadio

DmCmBuilder.DmCmStartCutRadio

Returns or sets the custom/auto, Contour Milling Drive: Start of Cut

-------------------------------------

Getter Method

Signature DmCmStartCutRadio

Returns:the value of custom/auto
Return type:NXOpen.CAM.DmCmBuilderDmCmCutPointType

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DmCmStartCutRadio

Parameters:dmCmStartCutRadio (NXOpen.CAM.DmCmBuilderDmCmCutPointType) – the value of custom/auto

New in version NX5.0.0.

License requirements: None.

DmCmStartCutToolAxisGuideVector

DmCmBuilder.DmCmStartCutToolAxisGuideVector

Returns or sets the start tool side vector, Contour Milling Drive: Start of Cut

-------------------------------------

Getter Method

Signature DmCmStartCutToolAxisGuideVector

Returns:the value of start tool side vector
Return type:NXOpen.CAM.DmCmBuilderToolAxisGuideVectorType

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DmCmStartCutToolAxisGuideVector

Parameters:guideVec (NXOpen.CAM.DmCmBuilderToolAxisGuideVectorType) – the value of start tool side vector

New in version NX5.0.0.

License requirements: None.

EndExtDistSpecValueBuilder

DmCmBuilder.EndExtDistSpecValueBuilder

Returns the builder of Distance, Contour Milling Drive: End of Cut

-------------------------------------

Getter Method

Signature EndExtDistSpecValueBuilder

Returns:The Distance builder
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

FollowWallBottom

DmCmBuilder.FollowWallBottom

Returns or sets the Follow Wall Bottom

-------------------------------------

Getter Method

Signature FollowWallBottom

Returns:the Follow Wall Bottom value
Return type:bool

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature FollowWallBottom

Parameters:followWallBottom (bool) – the Follow Wall Bottom value

New in version NX5.0.0.

License requirements: None.

StartExtDistSpecValueBuilder

DmCmBuilder.StartExtDistSpecValueBuilder

Returns the builder of Distance, Contour Milling Drive: Start of Cut

-------------------------------------

Getter Method

Signature StartExtDistSpecValueBuilder

Returns:The Distance builder
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

ToolPositionOffsetBuilder

DmCmBuilder.ToolPositionOffsetBuilder

Returns the part stock builder (inheritable double)

-------------------------------------

Getter Method

Signature ToolPositionOffsetBuilder

Returns:The tool position offset builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX5.0.0.

License requirements: None.