Search Results for

    Show / Hide Table of Contents

    Class DraftBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    DraftBuilder
    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.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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 DraftBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    DraftBuilder()

    Declaration
    protected DraftBuilder()

    Properties

    AngleTolerance

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

    Direction

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

    DistanceTolerance

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

    DraftAllInstances

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

    DraftBothSides

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

    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
    System.Boolean

    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