Search Results for

    Show / Hide Table of Contents

    Class SmoothCurveStringBuilder

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

    Constructors

    SmoothCurveStringBuilder()

    Declaration
    protected SmoothCurveStringBuilder()

    Properties

    AddFillets

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

    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