Search Results for

    Show / Hide Table of Contents

    Class DraftBodyBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    DraftBodyBuilder
    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.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
    System.Boolean

    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

    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

    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

    PartingObject

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

    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

    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

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

    Implements

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