Search Results for

    Show / Hide Table of Contents

    Class TrimTaskBuilder

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

    Constructors

    TrimTaskBuilder()

    Declaration
    protected TrimTaskBuilder()

    Properties

    AngleTolerance

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

    CamDirection

    Declaration
    public ILocation CamDirection { get; set; }
    Property Value
    Type Description
    ILocation

    CamType

    Declaration
    public TrimTaskBuilder.CamTypes CamType { get; set; }
    Property Value
    Type Description
    TrimTaskBuilder.CamTypes

    CreateScrap

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

    DistanceTolerance

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

    EndPlane

    Declaration
    public ISurface EndPlane { get; set; }
    Property Value
    Type Description
    ISurface

    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

    MatchCutExtensionAngle

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

    MatchCutFirstRadius

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

    MatchCutNotchOffset

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

    MatchCutOffsetFromPlane

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

    MatchCutOffsetLength

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

    MatchCutScrapCutterLength

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

    MatchCutSecondRadius

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

    MatchCutThirdRadius

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

    MatchCutType

    Declaration
    public TrimTaskBuilder.MatchCutTypes MatchCutType { get; set; }
    Property Value
    Type Description
    TrimTaskBuilder.MatchCutTypes

    ReverseTrimSide

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

    StartPlane

    Declaration
    public ISurface StartPlane { get; set; }
    Property Value
    Type Description
    ISurface

    TippedProduct

    Declaration
    public Feature TippedProduct { get; set; }
    Property Value
    Type Description
    Feature

    TrimNewDieFace

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

    Methods

    CheckAndMovePlanes(Feature, Feature, ISurface, ISurface, out ISurface, out ISurface)

    Declaration
    public void CheckAndMovePlanes(Feature origTip, Feature targetTip, ISurface origStartPlaneTag, ISurface origEndPlaneTag, out ISurface targetStartPlaneTag, out ISurface targetEndPlaneTag)
    Parameters
    Type Name Description
    Feature origTip
    Feature targetTip
    ISurface origStartPlaneTag
    ISurface origEndPlaneTag
    ISurface targetStartPlaneTag
    ISurface targetEndPlaneTag

    GetAssociativeObjects()

    Declaration
    public DisplayableObject[] GetAssociativeObjects()
    Returns
    Type Description
    DisplayableObject[]

    GetCameraLayerAndXmlp(out String[])

    Declaration
    public string[] GetCameraLayerAndXmlp(out string[] xmlpData)
    Parameters
    Type Name Description
    System.String[] xmlpData
    Returns
    Type Description
    System.String[]

    GetCameraNames()

    Declaration
    public string[] GetCameraNames()
    Returns
    Type Description
    System.String[]

    GetCameraViews()

    Declaration
    public View[] GetCameraViews()
    Returns
    Type Description
    View[]

    GetDetails()

    Declaration
    public string[] GetDetails()
    Returns
    Type Description
    System.String[]

    GetScrapCutters()

    Declaration
    public ISurface[] GetScrapCutters()
    Returns
    Type Description
    ISurface[]

    GetTrimBounds(out DirectionOption)

    Declaration
    public IProfile[] GetTrimBounds(out DirectionOption direction)
    Parameters
    Type Name Description
    DirectionOption direction
    Returns
    Type Description
    IProfile[]

    SetAssociativeObjects(DisplayableObject[])

    Declaration
    public void SetAssociativeObjects(DisplayableObject[] objects)
    Parameters
    Type Name Description
    DisplayableObject[] objects

    SetCameraLayerAndXmlp(String[], String[])

    Declaration
    public void SetCameraLayerAndXmlp(string[] layerSettings, string[] xmlpData)
    Parameters
    Type Name Description
    System.String[] layerSettings
    System.String[] xmlpData

    SetCameraNames(String[])

    Declaration
    public void SetCameraNames(string[] strings)
    Parameters
    Type Name Description
    System.String[] strings

    SetCameraViews(View[])

    Declaration
    public void SetCameraViews(View[] objects)
    Parameters
    Type Name Description
    View[] objects

    SetDetails(String[])

    Declaration
    public void SetDetails(string[] strings)
    Parameters
    Type Name Description
    System.String[] strings

    SetScrapCutters(ISurface[])

    Declaration
    public void SetScrapCutters(ISurface[] planes)
    Parameters
    Type Name Description
    ISurface[] planes

    SetTrimBounds(DirectionOption, IProfile[])

    Declaration
    public void SetTrimBounds(DirectionOption direction, IProfile[] profileEntries)
    Parameters
    Type Name Description
    DirectionOption direction
    IProfile[] profileEntries

    Implements

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