Search Results for

    Show / Hide Table of Contents

    Class DraftBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    DraftBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Features
    Assembly: NXOpen.dll
    Syntax
    public class DraftBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    DraftBuilder()

    Declaration
    protected DraftBuilder()

    Properties

    AngleTolerance

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

    Direction

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

    DistanceTolerance

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

    DraftAllInstances

    Declaration
    public bool DraftAllInstances { get; set; }
    Property Value
    Type Description
    bool

    DraftBothSides

    Declaration
    public bool DraftBothSides { get; set; }
    Property Value
    Type Description
    bool

    DraftIsoclineOrTruedraft

    Declaration
    public DraftBuilder.Method DraftIsoclineOrTruedraft { get; set; }
    Property Value
    Type Description
    DraftBuilder.Method

    DraftReferencesMethod

    Declaration
    public DraftBuilder.DraftReferencesMethods DraftReferencesMethod { get; set; }
    Property Value
    Type Description
    DraftBuilder.DraftReferencesMethods

    EdgeSetAngleExpressionList

    Declaration
    public ExpressionCollectorSetList EdgeSetAngleExpressionList { get; }
    Property Value
    Type Description
    ExpressionCollectorSetList

    FaceSetAngleExpressionList

    Declaration
    public ExpressionCollectorSetList FaceSetAngleExpressionList { get; }
    Property Value
    Type Description
    ExpressionCollectorSetList

    PartingReference

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

    StationaryEntity

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  Use Features.DraftBuilder.StationaryReference instead.  Note that this API cannot be used together with the new API.")]
    public NXObject StationaryEntity { get; set; }
    Property Value
    Type Description
    NXObject

    StationaryPartingReference

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

    StationaryReference

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

    SymmetricAngle

    Declaration
    public bool SymmetricAngle { get; set; }
    Property Value
    Type Description
    bool

    TwoDimensionFaceSetsData

    Declaration
    public TwoExpressionsCollectorSetList TwoDimensionFaceSetsData { get; }
    Property Value
    Type Description
    TwoExpressionsCollectorSetList

    TypeOfDraft

    Declaration
    public DraftBuilder.Type TypeOfDraft { get; set; }
    Property Value
    Type Description
    DraftBuilder.Type

    VariableAngleData

    Declaration
    public DraftVariableAngleData VariableAngleData { get; }
    Property Value
    Type Description
    DraftVariableAngleData

    Methods

    SetVariableAngleOption()

    Declaration
    public void SetVariableAngleOption()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX