Class GeneralConicBuilder
Inheritance
System.Object
System.MarshalByRefObject
GeneralConicBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
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
Type |
Description |
System.Boolean |
|
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
Type |
Description |
System.Boolean |
|
RhoValue
Declaration
public double RhoValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
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
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
Implements
System.Runtime.Remoting.Messaging.IMessageSink