Search Results for

    Show / Hide Table of Contents

    Class GeneralConicBuilder

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

    Constructors

    GeneralConicBuilder()

    Declaration
    protected GeneralConicBuilder()

    Properties

    AnchorPoint

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

    AssociativeToggle

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

    CoefficientCSYS

    Declaration
    public CoordinateSystem CoefficientCSYS { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    ConstrainedPlaneCSYS

    Declaration
    public CoordinateSystem ConstrainedPlaneCSYS { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    DrawingPlaneOption

    Declaration
    public GeneralConicBuilder.DrawingPlaneOptions DrawingPlaneOption { get; set; }
    Property Value
    Type Description
    GeneralConicBuilder.DrawingPlaneOptions

    EndPoint

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

    Extender

    Declaration
    public CurveExtensionBuilder Extender { get; }
    Property Value
    Type Description
    CurveExtensionBuilder

    GeneralDrawingPlane

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

    InteriorPoint1

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

    InteriorPoint2

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

    InteriorPoint3

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

    PlaneConstrainedToggle

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

    Rho

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

    RhoValue

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  Use NXOpen.Features.GeneralConicBuilder.Rho")]
    public double RhoValue { get; set; }
    Property Value
    Type Description
    double

    SlopeAtEndPoint

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

    SlopeAtStartPoint

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

    StartPoint

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

    Type

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

    ValueA

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

    ValueB

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

    ValueC

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

    ValueD

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

    ValueE

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

    ValueF

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

    Methods

    Evaluate()

    Declaration
    public void Evaluate()

    Implements

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