Class DatumAxis
Inheritance
DatumAxis
Inherited Members
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class DatumAxis : DisplayableObject, IMessageSink, IFitTo, IReferenceAxis, ILocation, IOrientation, IDatum, 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