Class GeneralConicBuilder
Inheritance
GeneralConicBuilder
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
AssociativeToggle
Declaration
public bool AssociativeToggle { get; set; }
Property Value
CoefficientCSYS
Declaration
public CoordinateSystem CoefficientCSYS { get; set; }
Property Value
ConstrainedPlaneCSYS
Declaration
public CoordinateSystem ConstrainedPlaneCSYS { get; set; }
Property Value
DrawingPlaneOption
Declaration
public GeneralConicBuilder.DrawingPlaneOptions DrawingPlaneOption { get; set; }
Property Value
EndPoint
Declaration
public Point EndPoint { get; set; }
Property Value
Extender
Declaration
public CurveExtensionBuilder Extender { get; }
Property Value
GeneralDrawingPlane
Declaration
public Plane GeneralDrawingPlane { get; set; }
Property Value
InteriorPoint1
Declaration
public Point InteriorPoint1 { get; set; }
Property Value
InteriorPoint2
Declaration
public Point InteriorPoint2 { get; set; }
Property Value
InteriorPoint3
Declaration
public Point InteriorPoint3 { get; set; }
Property Value
PlaneConstrainedToggle
Declaration
public bool PlaneConstrainedToggle { get; set; }
Property Value
Rho
Declaration
public Expression Rho { get; }
Property Value
RhoValue
Declaration
[Obsolete("Deprecated in NX1847.0.0. Use NXOpen.Features.GeneralConicBuilder.Rho")]
public double RhoValue { get; set; }
Property Value
SlopeAtEndPoint
Declaration
public Direction SlopeAtEndPoint { get; set; }
Property Value
SlopeAtStartPoint
Declaration
public Direction SlopeAtStartPoint { get; set; }
Property Value
StartPoint
Declaration
public Point StartPoint { get; set; }
Property Value
Type
Declaration
public GeneralConicBuilder.Types Type { get; set; }
Property Value
ValueA
Declaration
public double ValueA { get; set; }
Property Value
ValueB
Declaration
public double ValueB { get; set; }
Property Value
ValueC
Declaration
public double ValueC { get; set; }
Property Value
ValueD
Declaration
public double ValueD { get; set; }
Property Value
ValueE
Declaration
public double ValueE { get; set; }
Property Value
ValueF
Declaration
public double ValueF { get; set; }
Property Value
Methods
Evaluate()
Declaration
Implements
System.Runtime.Remoting.Messaging.IMessageSink