MergeSubopCommand Class

class NXOpen.CAM.MergeSubopCommand

Bases: NXOpen.TaggedObject

Represents an Merge Subop Command Builder

New in version NX9.0.0.

Properties

Property Description
Tag Returns the Tag for this object.

Methods

Method Description
GetTargetRegions Get the target region
GetToolRegions Get the tool regions
SetTargetRegions Set the target region
SetToolRegions Set the tool regions

Method Detail

GetTargetRegions

MergeSubopCommand.GetTargetRegions

Get the target region

Signature GetTargetRegions()

Returns:the target region
Return type:list of int

New in version NX9.0.0.

License requirements: None.

GetToolRegions

MergeSubopCommand.GetToolRegions

Get the tool regions

Signature GetToolRegions()

Returns:the tool regions
Return type:list of int

New in version NX9.0.0.

License requirements: None.

SetTargetRegions

MergeSubopCommand.SetTargetRegions

Set the target region

Signature SetTargetRegions(targets)

Parameters:targets (list of int) – the target region

New in version NX9.0.0.

License requirements: None.

SetToolRegions

MergeSubopCommand.SetToolRegions

Set the tool regions

Signature SetToolRegions(tools)

Parameters:tools (list of int) – the tool regions

New in version NX9.0.0.

License requirements: None.