PmopToolAxisCiBuilder Class

class NXOpen.CAM.PmopToolAxisCiBuilder

Bases: NXOpen.TaggedObject

Represents a PmopToolAxisCiBuilder

This is an abstract class, and cannot be instantiated.

New in version NX5.0.0.

Properties

Property Description
FixedVector Returns or sets the tool axis vector
Tag Returns the Tag for this object.
ToolAxis Returns or sets the tool axis type

Methods

Enumerations

PmopToolAxisCiBuilderToolAxisTypes Enumeration Available types for pmop tool axis type

Property Detail

FixedVector

PmopToolAxisCiBuilder.FixedVector

Returns or sets the tool axis vector

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

Getter Method

Signature FixedVector()

Returns:
Return type:NXOpen.SmartObject

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature FixedVector(newValue)

Parameters:newValue (NXOpen.SmartObject) –

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

ToolAxis

PmopToolAxisCiBuilder.ToolAxis

Returns or sets the tool axis type

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

Getter Method

Signature ToolAxis()

Returns:the tool axis type
Return type:NXOpen.CAM.PmopToolAxisCiBuilderToolAxisTypes

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature ToolAxis(newValue)

Parameters:newValue (NXOpen.CAM.PmopToolAxisCiBuilderToolAxisTypes) – the tool axis type

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)