Search Results for

    Show / Hide Table of Contents

    Class SectionCurveBuilder

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

    Constructors

    SectionCurveBuilder()

    Declaration
    protected SectionCurveBuilder()

    Properties

    Associative

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

    BasePlane

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

    ChordalTolerance

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

    EndDistance

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

    EndPercentage

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

    GroupObjects

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

    Increment

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

    NumberOfCopies

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

    ObjectsToSection

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

    OutputPoints

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

    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
    System.Double

    SampleDistance

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

    StartDistance

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

    StartPercentage

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

    StepAngle

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

    StepDistance

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

    Tolerance

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