Search Results for

    Show / Hide Table of Contents

    Class GeneralConicBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    GeneralConicBuilder
    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 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
    System.Boolean

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

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

    ValueB

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

    ValueC

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

    ValueD

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

    ValueE

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

    ValueF

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

    Methods

    Evaluate()

    Declaration
    public void Evaluate()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX