Class MasterCutBuilder
Inheritance
System.Object
System.MarshalByRefObject
MasterCutBuilder
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 MasterCutBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
MasterCutBuilder()
Declaration
protected MasterCutBuilder()
Properties
CutColor
Declaration
public int CutColor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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
Type |
Description |
System.Double |
|
HatchDistance
Declaration
public double HatchDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
MaterialOutsideLoop
Declaration
public bool MaterialOutsideLoop { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SaveAsName
Declaration
public string SaveAsName { get; set; }
Property Value
Type |
Description |
System.String |
|
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
Type |
Description |
System.Boolean |
|
UseCutHatch
Declaration
public bool UseCutHatch { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseSaveAs
Declaration
public bool UseSaveAs { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
CalcThroughLimits(Direction, out Double, out Double)
Declaration
public void CalcThroughLimits(Direction direction, out double limit1, out double limit2)
Parameters
Type |
Name |
Description |
Direction |
direction |
|
System.Double |
limit1 |
|
System.Double |
limit2 |
|
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