NcmTransferBuilder Class

class NXOpen.CAM.NcmTransferBuilder

Bases: NXOpen.TaggedObject

Represents a NXOpen.CAM.NcmTransferBuilder

New in version NX5.0.0.

Properties

Property Description
AppUdeSet Returns the Approach UDE Set
ApproachClearanceBuilder Returns the approach clearance builder
ApproachHeightBuilder Returns the approach height builder
ApproachLengthBuilder Returns the approach length builder
ApproachMethod Returns or sets the approach method
ApproachPostCommands Returns or sets the approach post commands
ApproachToolAxis Returns or sets the approach tool axis
ApproachToolAxisOption Returns or sets the tool axis option for approach
ApproachVector Returns or sets the approach vector
DepUdeSet Returns the Depature UDE Set
DepartureClearanceBuilder Returns the departure clearance
DepartureHeightBuilder Returns the departure height builder
DepartureLengthBuilder Returns the departure length builder
DepartureMethod Returns or sets the departure method
DeparturePostCommands Returns or sets the departure post commands
DepartureToolAxis Returns or sets the departure tool axis
DepartureToolAxisOption Returns or sets the tool axis option for departure
DepartureVector Returns or sets the departure vector
Tag Returns the Tag for this object.
TraUdeSet Returns the Traverse UDE Set
TraverseClearanceBuilder Returns the traverse clearance
TraverseDistanceBuilder Returns the traverse distance builder
TraversePostCommands Returns or sets the traverse post commands
TraverseType Returns or sets the traverse types

Methods

Enumerations

NcmTransferBuilderAppDepMethodTypes Enumeration Available methods for approach and departure
NcmTransferBuilderAppDepToolAxisOptions Enumeration Available options for tool axis behavior
NcmTransferBuilderLongMotionTypes Enumeration Available motion types for smooth
NcmTransferBuilderTraverseTypes Enumeration Available types for traverse

Property Detail

AppUdeSet

NcmTransferBuilder.AppUdeSet

Returns the Approach UDE Set

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

Getter Method

Signature AppUdeSet

Returns:the ude set
Return type:NXOpen.CAM.UdeSet

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

ApproachClearanceBuilder

NcmTransferBuilder.ApproachClearanceBuilder

Returns the approach clearance builder

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

Getter Method

Signature ApproachClearanceBuilder

Returns:the approach clearance builder
Return type:NXOpen.CAM.NcmClearanceBuilder

New in version NX5.0.0.

License requirements: None.

ApproachHeightBuilder

NcmTransferBuilder.ApproachHeightBuilder

Returns the approach height builder

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

Getter Method

Signature ApproachHeightBuilder

Returns:the approach height builder
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX6.0.0.

License requirements: None.

ApproachLengthBuilder

NcmTransferBuilder.ApproachLengthBuilder

Returns the approach length builder

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

Getter Method

Signature ApproachLengthBuilder

Returns:the approach length builder
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX6.0.0.

License requirements: None.

ApproachMethod

NcmTransferBuilder.ApproachMethod

Returns or sets the approach method

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

Getter Method

Signature ApproachMethod

Returns:
Return type:NXOpen.CAM.NcmTransferBuilderAppDepMethodTypes

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature ApproachMethod

Parameters:newValue (NXOpen.CAM.NcmTransferBuilderAppDepMethodTypes) –

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

ApproachPostCommands

NcmTransferBuilder.ApproachPostCommands

Returns or sets the approach post commands

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

Getter Method

Signature ApproachPostCommands

Returns:the approach post commands
Return type:NXOpen.TaggedObject

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature ApproachPostCommands

Parameters:newValue (NXOpen.TaggedObject) – the approach post commands

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

ApproachToolAxis

NcmTransferBuilder.ApproachToolAxis

Returns or sets the approach tool axis

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

Getter Method

Signature ApproachToolAxis

Returns:the approach tool axis
Return type:NXOpen.SmartObject

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature ApproachToolAxis

Parameters:newValue (NXOpen.SmartObject) – the approach tool axis

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

ApproachToolAxisOption

NcmTransferBuilder.ApproachToolAxisOption

Returns or sets the tool axis option for approach

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

Getter Method

Signature ApproachToolAxisOption

Returns:
Return type:NXOpen.CAM.NcmTransferBuilderAppDepToolAxisOptions

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature ApproachToolAxisOption

Parameters:newValue (NXOpen.CAM.NcmTransferBuilderAppDepToolAxisOptions) –

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

ApproachVector

NcmTransferBuilder.ApproachVector

Returns or sets the approach vector

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

Getter Method

Signature ApproachVector

Returns:the approach vector
Return type:NXOpen.SmartObject

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature ApproachVector

Parameters:newValue (NXOpen.SmartObject) – the approach vector

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

DepUdeSet

NcmTransferBuilder.DepUdeSet

Returns the Depature UDE Set

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

Getter Method

Signature DepUdeSet

Returns:the ude set
Return type:NXOpen.CAM.UdeSet

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

DepartureClearanceBuilder

NcmTransferBuilder.DepartureClearanceBuilder

Returns the departure clearance

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

Getter Method

Signature DepartureClearanceBuilder

Returns:the departure clearance builder
Return type:NXOpen.CAM.NcmClearanceBuilder

New in version NX5.0.0.

License requirements: None.

DepartureHeightBuilder

NcmTransferBuilder.DepartureHeightBuilder

Returns the departure height builder

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

Getter Method

Signature DepartureHeightBuilder

Returns:the departure height builder
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX6.0.0.

License requirements: None.

DepartureLengthBuilder

NcmTransferBuilder.DepartureLengthBuilder

Returns the departure length builder

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

Getter Method

Signature DepartureLengthBuilder

Returns:the departure length builder
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX6.0.0.

License requirements: None.

DepartureMethod

NcmTransferBuilder.DepartureMethod

Returns or sets the departure method

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

Getter Method

Signature DepartureMethod

Returns:
Return type:NXOpen.CAM.NcmTransferBuilderAppDepMethodTypes

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature DepartureMethod

Parameters:newValue (NXOpen.CAM.NcmTransferBuilderAppDepMethodTypes) –

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

DeparturePostCommands

NcmTransferBuilder.DeparturePostCommands

Returns or sets the departure post commands

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

Getter Method

Signature DeparturePostCommands

Returns:the departure post commands
Return type:NXOpen.TaggedObject

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature DeparturePostCommands

Parameters:newValue (NXOpen.TaggedObject) – the departure post commands

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

DepartureToolAxis

NcmTransferBuilder.DepartureToolAxis

Returns or sets the departure tool axis

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

Getter Method

Signature DepartureToolAxis

Returns:the departure tool axis
Return type:NXOpen.SmartObject

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature DepartureToolAxis

Parameters:newValue (NXOpen.SmartObject) – the departure tool axis

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

DepartureToolAxisOption

NcmTransferBuilder.DepartureToolAxisOption

Returns or sets the tool axis option for departure

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

Getter Method

Signature DepartureToolAxisOption

Returns:
Return type:NXOpen.CAM.NcmTransferBuilderAppDepToolAxisOptions

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature DepartureToolAxisOption

Parameters:newValue (NXOpen.CAM.NcmTransferBuilderAppDepToolAxisOptions) –

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

DepartureVector

NcmTransferBuilder.DepartureVector

Returns or sets the departure vector

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

Getter Method

Signature DepartureVector

Returns:the departure vector
Return type:NXOpen.SmartObject

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature DepartureVector

Parameters:newValue (NXOpen.SmartObject) – the departure vector

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

TraUdeSet

NcmTransferBuilder.TraUdeSet

Returns the Traverse UDE Set

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

Getter Method

Signature TraUdeSet

Returns:the ude set
Return type:NXOpen.CAM.UdeSet

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

TraverseClearanceBuilder

NcmTransferBuilder.TraverseClearanceBuilder

Returns the traverse clearance

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

Getter Method

Signature TraverseClearanceBuilder

Returns:the traverse clearance builder
Return type:NXOpen.CAM.NcmClearanceBuilder

New in version NX5.0.0.

License requirements: None.

TraverseDistanceBuilder

NcmTransferBuilder.TraverseDistanceBuilder

Returns the traverse distance builder

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

Getter Method

Signature TraverseDistanceBuilder

Returns:the traverse distance builder
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX5.0.0.

License requirements: None.

TraversePostCommands

NcmTransferBuilder.TraversePostCommands

Returns or sets the traverse post commands

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

Getter Method

Signature TraversePostCommands

Returns:the traverse post commands
Return type:NXOpen.TaggedObject

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature TraversePostCommands

Parameters:newValue (NXOpen.TaggedObject) – the traverse post commands

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

TraverseType

NcmTransferBuilder.TraverseType

Returns or sets the traverse types

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

Getter Method

Signature TraverseType

Returns:
Return type:NXOpen.CAM.NcmTransferBuilderTraverseTypes

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature TraverseType

Parameters:newValue (NXOpen.CAM.NcmTransferBuilderTraverseTypes) –

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)