Search Results for

    Show / Hide Table of Contents

    Class StudioSurfaceBuilder

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

    Constructors

    StudioSurfaceBuilder()

    Declaration
    protected StudioSurfaceBuilder()

    Properties

    AlignmentMethod

    Declaration
    public AlignmentMethodBuilder AlignmentMethod { get; }
    Property Value
    Type Description
    AlignmentMethodBuilder

    BodyPreference

    Declaration
    public FeatureOptions BodyPreference { get; }
    Property Value
    Type Description
    FeatureOptions

    CurvatureTolerance

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

    FirstGuideContinuity

    Declaration
    public Continuity FirstGuideContinuity { get; }
    Property Value
    Type Description
    Continuity

    FirstSectionContinuity

    Declaration
    public Continuity FirstSectionContinuity { get; }
    Property Value
    Type Description
    Continuity

    FlowDirection

    Declaration
    public FlowDirection FlowDirection { get; }
    Property Value
    Type Description
    FlowDirection

    GuideList

    Declaration
    public SectionList GuideList { get; }
    Property Value
    Type Description
    SectionList

    GuideRebuild

    Declaration
    public Rebuild GuideRebuild { get; }
    Property Value
    Type Description
    Rebuild

    IntersectionTolerance

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

    LastGuideContinuity

    Declaration
    public Continuity LastGuideContinuity { get; }
    Property Value
    Type Description
    Continuity

    LastSectionContinuity

    Declaration
    public Continuity LastSectionContinuity { get; }
    Property Value
    Type Description
    Continuity

    PositionTolerance

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

    SectionList

    Declaration
    public SectionList SectionList { get; }
    Property Value
    Type Description
    SectionList

    SectionRebuild

    Declaration
    public Rebuild SectionRebuild { get; }
    Property Value
    Type Description
    Rebuild

    SplitOutputAlongBoundaryCurves

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

    TangentTolerance

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

    Transition

    Declaration
    public StudioSurfaceBuilder.TransitionOptions Transition { get; set; }
    Property Value
    Type Description
    StudioSurfaceBuilder.TransitionOptions

    Implements

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