Class OperationBuilder
Inheritance
System.Object
System.MarshalByRefObject
OperationBuilder
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 OperationBuilder : ParamBuilder, IMessageSink, IComponentBuilder
Constructors
OperationBuilder()
Declaration
protected OperationBuilder()
Properties
ChannelName
Declaration
public string ChannelName { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
EndOfPath
Declaration
public PostEventsCiBuilder EndOfPath { get; }
Property Value
EndUdeSet
Declaration
public UdeSet EndUdeSet { get; }
Property Value
Geometry
Declaration
public GeometryCiBuilder Geometry { get; }
Property Value
GougeChecking
Declaration
public bool GougeChecking { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HoleAxisType
Declaration
public OperationBuilder.HoleAxisTypes HoleAxisType { get; set; }
Property Value
HoleDepth
Declaration
public InheritableDoubleBuilder HoleDepth { get; }
Property Value
HoleDepthType
Declaration
public OperationBuilder.HoleDepthTypes HoleDepthType { get; set; }
Property Value
LayoutAndLayer
Declaration
public LayoutCiBuilder LayoutAndLayer { get; }
Property Value
MotionOutputBuilder
Declaration
public ArcOutputTypeCiBuilder MotionOutputBuilder { get; }
Property Value
Notes
Declaration
public Notes Notes { get; }
Property Value
OptimizationBasedOn
Declaration
public OperationBuilder.OptimizationBasedOnTypes OptimizationBasedOn { get; set; }
Property Value
OptimizationDistanceMethod
Declaration
public OperationBuilder.OptimizationDistanceTypes OptimizationDistanceMethod { get; set; }
Property Value
OptimizationLevel
Declaration
public OperationBuilder.OptimizationLevelTypes OptimizationLevel { get; set; }
Property Value
PathDisplayOptions
Declaration
public OperationDisplayOptionsBuilder PathDisplayOptions { get; }
Property Value
PostToolPathExit
Declaration
public string PostToolPathExit { get; set; }
Property Value
Type |
Description |
System.String |
|
RetractDistance
Declaration
public InheritableDoubleBuilder RetractDistance { get; }
Property Value
Declaration
public InheritableDoubleBuilder RetractDistanceOnToolAxisChange { get; }
Property Value
SafeClearance
Declaration
public InheritableDoubleBuilder SafeClearance { get; }
Property Value
Declaration
public bool SelectToolFlag { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StartOfPath
Declaration
public PostEventsCiBuilder StartOfPath { get; }
Property Value
StartUdeSet
Declaration
public UdeSet StartUdeSet { get; }
Property Value
Declaration
public ToolChangeCiBuilder ToolChangeSetting { get; }
Property Value
Declaration
public ToolPathEditorBuilder ToolPathEditor { get; }
Property Value
Declaration
public ToolPathSplitParametersBuilder ToolPathSplitParametersBuilder { get; }
Property Value
Methods
GetHoleAxisValues()
Declaration
public double[] GetHoleAxisValues()
Returns
Type |
Description |
System.Double[] |
|
SetHoleAxisValues(Double[])
Declaration
public void SetHoleAxisValues(double[] holeAxis)
Parameters
Type |
Name |
Description |
System.Double[] |
holeAxis |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink