Class DatumAxis
Inheritance
System.Object
System.MarshalByRefObject
DatumAxis
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 DatumAxis : DisplayableObject, IMessageSink, IFitTo, IReferenceAxis, ILocation, IOrientation, INXObject
Constructors
DatumAxis()
Declaration
protected DatumAxis()
Properties
Direction
Declaration
public Vector3d Direction { get; }
Property Value
Type | Description |
---|---|
Vector3d |
Feature
Declaration
public Feature Feature { get; }
Property Value
Type | Description |
---|---|
Feature |
Origin
Declaration
public Point3d Origin { get; }
Property Value
Type | Description |
---|---|
Point3d |
Methods
GetEndPoints(out Point3d, out Point3d)
Declaration
public void GetEndPoints(out Point3d start, out Point3d end)
Parameters
Type | Name | Description |
---|---|---|
Point3d | start | |
Point3d | end |
SetEndPoints(Point3d, Point3d)
Declaration
public void SetEndPoints(Point3d start, Point3d end)
Parameters
Type | Name | Description |
---|---|---|
Point3d | start | |
Point3d | end |
Implements
System.Runtime.Remoting.Messaging.IMessageSink