Search Results for

    Show / Hide Table of Contents

    Class StudioSurfaceBuilder

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

    TangentTolerance

    Declaration
    public double TangentTolerance { get; set; }
    Property Value
    Type Description
    System.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