Search Results for

    Show / Hide Table of Contents

    Class SmoothCurveStringBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    SmoothCurveStringBuilder
    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 SmoothCurveStringBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    SmoothCurveStringBuilder()

    Declaration
    protected SmoothCurveStringBuilder()

    Properties

    AddFillets

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

    AngularThreshold

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

    CurveFitData

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

    CurveOptions

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

    Curves

    Declaration
    public Section Curves { get; }
    Property Value
    Type Description
    Section

    DistanceThreshold

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

    FixedCurves

    Declaration
    public SelectCurveList FixedCurves { get; }
    Property Value
    Type Description
    SelectCurveList

    LevelType

    Declaration
    public SmoothCurveStringBuilder.LevelTypes LevelType { get; set; }
    Property Value
    Type Description
    SmoothCurveStringBuilder.LevelTypes

    MergeType

    Declaration
    public SmoothCurveStringBuilder.MergeTypes MergeType { get; set; }
    Property Value
    Type Description
    SmoothCurveStringBuilder.MergeTypes

    Radius

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

    SupportFaces

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

    Tolerance

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

    Type

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

    Methods

    UpdateOnExpressionChange()

    Declaration
    public void UpdateOnExpressionChange()

    Implements

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