Search Results for

    Show / Hide Table of Contents

    Class MasterCutBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    MasterCutBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    Namespace: NXOpen.Features
    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
    Type Description
    ModelingView

    Extrude

    Declaration
    public ExtrudeBuilder Extrude { get; }
    Property Value
    Type Description
    ExtrudeBuilder

    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
    Type Description
    SelectDisplayableObjectList

    ToolBody

    Declaration
    public Body ToolBody { get; set; }
    Property Value
    Type Description
    Body

    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
    Type Description
    DisplayableObject[]

    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX