Search Results for

    Show / Hide Table of Contents

    Class DraftBodyBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    DraftBodyBuilder
    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 DraftBodyBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    DraftBodyBuilder()

    Declaration
    protected DraftBodyBuilder()

    Properties

    DraftAngle

    Declaration
    public Expression DraftAngle { get; }
    Property Value
    Type Description
    Expression

    DraftMethod

    Declaration
    public DraftBodyBuilder.Method DraftMethod { get; set; }
    Property Value
    Type Description
    DraftBodyBuilder.Method

    DrawDirection

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

    EdgesToMoveToDraftedFace

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

    ExtremeFacePointOverridesStationary

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

    FacesToDraft

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

    FacesToMoveToDraftedFace

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

    FilletRadius

    Declaration
    public Expression FilletRadius { get; }
    Property Value
    Type Description
    Expression

    MatchScope

    Declaration
    public DraftBodyBuilder.MatchingScope MatchScope { get; set; }
    Property Value
    Type Description
    DraftBodyBuilder.MatchingScope

    MatchType

    Declaration
    public DraftBodyBuilder.MatchingType MatchType { get; set; }
    Property Value
    Type Description
    DraftBodyBuilder.MatchingType

    MatchingOption

    Declaration
    [Obsolete("Deprecated in NX9.0.0.  Use NXOpen.Features.DraftBodyBuilder.MatchScope instead")]
    public DraftBodyBuilder.MatchOption MatchingOption { get; set; }
    Property Value
    Type Description
    DraftBodyBuilder.MatchOption

    PartingObject

    Declaration
    public SelectDisplayableObject PartingObject { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    RepairPartingEdge

    Declaration
    public DraftBodyBuilder.RepairingPartingEdgeOption RepairPartingEdge { get; set; }
    Property Value
    Type Description
    DraftBodyBuilder.RepairingPartingEdgeOption

    RepairRadius

    Declaration
    [Obsolete("Deprecated in NX9.0.0.  Use NXOpen.Features.DraftBodyBuilder.FilletRadius instead")]
    public Expression RepairRadius { get; }
    Property Value
    Type Description
    Expression

    RepairingOption

    Declaration
    [Obsolete("Deprecated in NX9.0.0.  Use NXOpen.Features.DraftBodyBuilder.RepairPartingEdge instead")]
    public DraftBodyBuilder.RepairOption RepairingOption { get; set; }
    Property Value
    Type Description
    DraftBodyBuilder.RepairOption

    StationaryEdgesAboveParting

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

    StationaryEdgesBelowParting

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

    Tolerance

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

    Type

    Declaration
    public DraftBodyBuilder.Types Type { get; set; }
    Property Value
    Type Description
    DraftBodyBuilder.Types

    UnmatchedEdges

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

    UnmatchedFaces

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

    UseDraftedBodyAsPartingObject

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

    Implements

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