Search Results for

    Show / Hide Table of Contents

    Class DivideCurveBuilder

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

    Constructors

    DivideCurveBuilder()

    Declaration
    protected DivideCurveBuilder()

    Properties

    ArcLength

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

    BoundingObjects

    Declaration
    public BoundingObjectBuilderList BoundingObjects { get; }
    Property Value
    Type Description
    BoundingObjectBuilderList

    CornerMethod

    Declaration
    public DivideCurveBuilder.CornerOption CornerMethod { get; set; }
    Property Value
    Type Description
    DivideCurveBuilder.CornerOption

    CornerNumber

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

    CornerPoint

    Declaration
    public SelectPointList CornerPoint { get; }
    Property Value
    Type Description
    SelectPointList

    DirectionFlag

    Declaration
    public DivideCurveBuilder.InputArcLengthDirectionFlag DirectionFlag { get; set; }
    Property Value
    Type Description
    DivideCurveBuilder.InputArcLengthDirectionFlag

    DividingCurve

    Declaration
    public SelectCurve DividingCurve { get; }
    Property Value
    Type Description
    SelectCurve

    EqualArcLengthSegments

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

    EqualParameterSegments

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

    EqualSegmentMethod

    Declaration
    public DivideCurveBuilder.EqualSegmentOption EqualSegmentMethod { get; set; }
    Property Value
    Type Description
    DivideCurveBuilder.EqualSegmentOption

    KnotPoint

    Declaration
    public SelectPointList KnotPoint { get; }
    Property Value
    Type Description
    SelectPointList

    KnotPointMethod

    Declaration
    public DivideCurveBuilder.KnotPointOption KnotPointMethod { get; set; }
    Property Value
    Type Description
    DivideCurveBuilder.KnotPointOption

    KnotPointNumber

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

    Type

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

    Implements

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