Class Conic
Inheritance
System.Object
System.MarshalByRefObject
Conic
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)
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class Conic : Curve, IMessageSink, IFitTo, ICurve, IBaseCurve, IProfile, INXObject
Constructors
Conic()
Declaration
protected Conic()
Properties
CenterPoint
Declaration
public Point3d CenterPoint { get; }
Property Value
Type | Description |
---|---|
Point3d |
Matrix
Declaration
public NXMatrix Matrix { get; }
Property Value
Type | Description |
---|---|
NXMatrix |
RotationAngle
Declaration
public double RotationAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
GetOrientation(out Point3d, out Vector3d, out Vector3d)
Declaration
public void GetOrientation(out Point3d center, out Vector3d xDirection, out Vector3d yDirection)
Parameters
Type | Name | Description |
---|---|---|
Point3d | center | |
Vector3d | xDirection | |
Vector3d | yDirection |
SetOrientation(Point3d, Vector3d, Vector3d)
Declaration
public void SetOrientation(Point3d center, Vector3d xDirection, Vector3d yDirection)
Parameters
Type | Name | Description |
---|---|---|
Point3d | center | |
Vector3d | xDirection | |
Vector3d | yDirection |
SetParameters(Point3d, Point3d, Point3d, Double)
Declaration
public void SetParameters(Point3d startPoint, Point3d endPoint, Point3d anchorPoint, double rho)
Parameters
Type | Name | Description |
---|---|---|
Point3d | startPoint | |
Point3d | endPoint | |
Point3d | anchorPoint | |
System.Double | rho |
Implements
System.Runtime.Remoting.Messaging.IMessageSink