Search Results for

    Show / Hide Table of Contents

    Class DieEngTrimTaskBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    DieEngTrimTaskBuilder
    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.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class DieEngTrimTaskBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    DieEngTrimTaskBuilder()

    Declaration
    protected DieEngTrimTaskBuilder()

    Properties

    CamType

    Declaration
    public DieEngTrimTaskBuilder.TrimTaskCamType CamType { get; set; }
    Property Value
    Type Description
    DieEngTrimTaskBuilder.TrimTaskCamType

    CreateScrap

    Declaration
    public bool CreateScrap { get; set; }
    Property Value
    Type Description
    System.Boolean

    EndPlaneSelected

    Declaration
    public bool EndPlaneSelected { get; set; }
    Property Value
    Type Description
    System.Boolean

    FinishOperation

    Declaration
    public bool FinishOperation { get; set; }
    Property Value
    Type Description
    System.Boolean

    LayoutFlange

    Declaration
    public bool LayoutFlange { get; set; }
    Property Value
    Type Description
    System.Boolean

    MatchCut

    Declaration
    public DieEngTrimTaskBuilder.TrimTaskMatchCutType MatchCut { get; set; }
    Property Value
    Type Description
    DieEngTrimTaskBuilder.TrimTaskMatchCutType

    SelectCamDirection

    Declaration
    public Direction SelectCamDirection { get; set; }
    Property Value
    Type Description
    Direction

    SelectDieTip

    Declaration
    public SelectFeature SelectDieTip { get; }
    Property Value
    Type Description
    SelectFeature

    SelectEndPlane

    Declaration
    public Plane SelectEndPlane { get; set; }
    Property Value
    Type Description
    Plane

    SelectScrapCutters

    Declaration
    public SelectIBasePlaneList SelectScrapCutters { get; }
    Property Value
    Type Description
    SelectIBasePlaneList

    SelectStartPlane

    Declaration
    public Plane SelectStartPlane { get; set; }
    Property Value
    Type Description
    Plane

    SelectTrimBounds

    Declaration
    public ScCollector SelectTrimBounds { get; }
    Property Value
    Type Description
    ScCollector

    StartPlaneSelected

    Declaration
    public bool StartPlaneSelected { get; set; }
    Property Value
    Type Description
    System.Boolean

    TrimDirection

    Declaration
    public bool TrimDirection { get; set; }
    Property Value
    Type Description
    System.Boolean

    TrimNewDieFace

    Declaration
    public bool TrimNewDieFace { get; set; }
    Property Value
    Type Description
    System.Boolean

    TrimTolerance

    Declaration
    public double TrimTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    SetMatchCutAngle(Double)

    Declaration
    public void SetMatchCutAngle(double angle)
    Parameters
    Type Name Description
    System.Double angle

    SetMatchCutFirstRadius(Double)

    Declaration
    public void SetMatchCutFirstRadius(double firstRadius)
    Parameters
    Type Name Description
    System.Double firstRadius

    SetMatchCutNotchOffset(Double)

    Declaration
    public void SetMatchCutNotchOffset(double notchOffset)
    Parameters
    Type Name Description
    System.Double notchOffset

    SetMatchCutOffsetFromPlane(Double)

    Declaration
    public void SetMatchCutOffsetFromPlane(double offsetFromPlane)
    Parameters
    Type Name Description
    System.Double offsetFromPlane

    SetMatchCutOffsetLength(Double)

    Declaration
    public void SetMatchCutOffsetLength(double offsetLength)
    Parameters
    Type Name Description
    System.Double offsetLength

    SetMatchCutScrapCutterLength(Double)

    Declaration
    public void SetMatchCutScrapCutterLength(double scrapCutterLength)
    Parameters
    Type Name Description
    System.Double scrapCutterLength

    SetMatchCutSecondRadius(Double)

    Declaration
    public void SetMatchCutSecondRadius(double secondRadius)
    Parameters
    Type Name Description
    System.Double secondRadius

    SetMatchCutThirdRadius(Double)

    Declaration
    public void SetMatchCutThirdRadius(double thirdRadius)
    Parameters
    Type Name Description
    System.Double thirdRadius

    SetUsePlaneOffset(Boolean)

    Declaration
    public void SetUsePlaneOffset(bool useOffset)
    Parameters
    Type Name Description
    System.Boolean useOffset

    SwitchTrimSide()

    Declaration
    public void SwitchTrimSide()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX