Search Results for

    Show / Hide Table of Contents

    Class SectionCurveBuilder

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

    Constructors

    SectionCurveBuilder()

    Declaration
    protected SectionCurveBuilder()

    Properties

    Associative

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

    BasePlane

    Declaration
    public ISurface BasePlane { get; set; }
    Property Value
    Type Description
    ISurface

    ChordalTolerance

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

    CurveFitData

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

    CurveFitJoinOptions

    Declaration
    public CurveFitJoin CurveFitJoinOptions { get; }
    Property Value
    Type Description
    CurveFitJoin

    CurveForPerpendicularPlane

    Declaration
    public SelectObject CurveForPerpendicularPlane { get; }
    Property Value
    Type Description
    SelectObject

    EndAngle

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

    EndDistance

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

    EndPercentage

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

    GroupObjects

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

    Increment

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

    NumberOfCopies

    Declaration
    public int NumberOfCopies { get; set; }
    Property Value
    Type Description
    int

    ObjectsToSection

    Declaration
    public SelectObjectList ObjectsToSection { get; }
    Property Value
    Type Description
    SelectObjectList

    OutputPoints

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

    RadialPlanePoint

    Declaration
    public Point RadialPlanePoint { get; set; }
    Property Value
    Type Description
    Point

    RadialPlaneVector

    Declaration
    public Direction RadialPlaneVector { get; set; }
    Property Value
    Type Description
    Direction

    Ratio

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

    SampleDistance

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

    SectionPlane

    Declaration
    public Plane SectionPlane { get; set; }
    Property Value
    Type Description
    Plane

    SectionPlanes

    Declaration
    public SelectObjectList SectionPlanes { get; }
    Property Value
    Type Description
    SelectObjectList

    SpacingAlongCurveType

    Declaration
    public SectionCurveBuilder.SpacingType SpacingAlongCurveType { get; set; }
    Property Value
    Type Description
    SectionCurveBuilder.SpacingType

    StartAngle

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

    StartDistance

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

    StartPercentage

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

    StepAngle

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

    StepDistance

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

    Tolerance

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

    Type

    Declaration
    public SectionCurveBuilder.PlaneType Type { get; set; }
    Property Value
    Type Description
    SectionCurveBuilder.PlaneType

    Methods

    GetOutputGroups()

    Declaration
    public Group[] GetOutputGroups()
    Returns
    Type Description
    Group[]

    Implements

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