Class CutRegionsBuilder
Inheritance
System.Object
System.MarshalByRefObject
CutRegionsBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class CutRegionsBuilder : ObjectContainer, IMessageSink
Constructors
CutRegionsBuilder()
Declaration
protected CutRegionsBuilder()
Properties
CutRegionsContainment
Declaration
public CutRegionsBuilder.CutRegionsContainmentTypes CutRegionsContainment { get; set; }
Property Value
CutRegionsProgram
Declaration
public CutRegionsBuilder.CutRegionsProgramTypes CutRegionsProgram { get; set; }
Property Value
CutRegionsStatus
Declaration
public CutRegionsBuilder.CutRegionsStatusTypes CutRegionsStatus { get; set; }
Property Value
Methods
CreateRegions()
Declaration
public void CreateRegions()
DeleteAllRegions()
Declaration
public void DeleteAllRegions()
ExecuteDeferCommand(Int32[], Int32)
Declaration
public int ExecuteDeferCommand(int[] value, int targetSubop)
Parameters
Type |
Name |
Description |
System.Int32[] |
value |
|
System.Int32 |
targetSubop |
|
Returns
Type |
Description |
System.Int32 |
|
ExecuteDeleteCommand(Int32[], Int32)
Declaration
public int ExecuteDeleteCommand(int[] value, int targetSubop)
Parameters
Type |
Name |
Description |
System.Int32[] |
value |
|
System.Int32 |
targetSubop |
|
Returns
Type |
Description |
System.Int32 |
|
ExecuteEditCommand()
Declaration
public int ExecuteEditCommand()
Returns
Type |
Description |
System.Int32 |
|
ExecuteGougeCheckCommand()
Declaration
public int ExecuteGougeCheckCommand()
Returns
Type |
Description |
System.Int32 |
|
ExecuteMergeCommand()
Declaration
public int ExecuteMergeCommand()
Returns
Type |
Description |
System.Int32 |
|
ExecuteReverseCommand(Int32[], Int32)
Declaration
public int ExecuteReverseCommand(int[] value, int targetSubop)
Parameters
Type |
Name |
Description |
System.Int32[] |
value |
|
System.Int32 |
targetSubop |
|
Returns
Type |
Description |
System.Int32 |
|
Declaration
public int ExecuteSaveToolAxisCommand(int[] value, int targetSubop)
Parameters
Type |
Name |
Description |
System.Int32[] |
value |
|
System.Int32 |
targetSubop |
|
Returns
Type |
Description |
System.Int32 |
|
ExecuteSplitCommand()
Declaration
public int ExecuteSplitCommand()
Returns
Type |
Description |
System.Int32 |
|
GetEditSubopCommandBuilder(Int32[], Int32)
Declaration
public EditSubopCommand GetEditSubopCommandBuilder(int[] value, int targetSubop)
Parameters
Type |
Name |
Description |
System.Int32[] |
value |
|
System.Int32 |
targetSubop |
|
Returns
GetGougeChkSubopCommandBuilder(Int32[], Int32)
Declaration
public ParamBuilder GetGougeChkSubopCommandBuilder(int[] value, int targetSubop)
Parameters
Type |
Name |
Description |
System.Int32[] |
value |
|
System.Int32 |
targetSubop |
|
Returns
GetMergeSubopCommandBuilder(Int32[], Int32)
Declaration
public MergeSubopCommand GetMergeSubopCommandBuilder(int[] value, int targetSubop)
Parameters
Type |
Name |
Description |
System.Int32[] |
value |
|
System.Int32 |
targetSubop |
|
Returns
GetSplitSubopCommandBuilder(Int32[], Int32)
Declaration
public SplitSubopCommand GetSplitSubopCommandBuilder(int[] value, int targetSubop)
Parameters
Type |
Name |
Description |
System.Int32[] |
value |
|
System.Int32 |
targetSubop |
|
Returns
ImportRegions()
Declaration
public void ImportRegions()
Implements
System.Runtime.Remoting.Messaging.IMessageSink