Class MasterCutBuilder
Inheritance
MasterCutBuilder
Assembly: NXOpen.dll
Syntax
public class MasterCutBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
MasterCutBuilder()
Declaration
protected MasterCutBuilder()
Properties
CutColor
Declaration
public int CutColor { get; set; }
Property Value
CutView
Declaration
public ModelingView CutView { get; set; }
Property Value
Extrude
Declaration
public ExtrudeBuilder Extrude { get; }
Property Value
HatchAngle
Declaration
public double HatchAngle { get; set; }
Property Value
HatchDistance
Declaration
public double HatchDistance { get; set; }
Property Value
MaterialOutsideLoop
Declaration
public bool MaterialOutsideLoop { get; set; }
Property Value
SaveAsName
Declaration
public string SaveAsName { get; set; }
Property Value
TargetComponents
Declaration
public SelectDisplayableObjectList TargetComponents { get; }
Property Value
ToolBody
Declaration
public Body ToolBody { get; set; }
Property Value
UseCutColor
Declaration
public bool UseCutColor { get; set; }
Property Value
UseCutHatch
Declaration
public bool UseCutHatch { get; set; }
Property Value
UseSaveAs
Declaration
public bool UseSaveAs { get; set; }
Property Value
Methods
CalcThroughLimits(Direction, out double, out double)
Declaration
public void CalcThroughLimits(Direction direction, out double limit1, out double limit2)
Parameters
GetTargetComponents()
Declaration
public DisplayableObject[] GetTargetComponents()
Returns
RecalculateLimits()
Declaration
public void RecalculateLimits()
SetTargetComponents(NXObject[])
Declaration
public void SetTargetComponents(NXObject[] targetComponents)
Parameters
Type |
Name |
Description |
NXObject[] |
targetComponents |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink