Class Axis
Inheritance
System.Object
System.MarshalByRefObject
Axis
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 Axis : SmartObject, IMessageSink, IFitTo, INXObject
Constructors
Axis()
Declaration
protected Axis()
Properties
Direction
Declaration
public Direction Direction { get; set; }
Property Value
Type | Description |
---|---|
Direction |
DirectionVector
Declaration
public Vector3d DirectionVector { get; }
Property Value
Type | Description |
---|---|
Vector3d |
Origin
Declaration
public Point3d Origin { get; }
Property Value
Type | Description |
---|---|
Point3d |
Point
Declaration
public Point Point { get; set; }
Property Value
Type | Description |
---|---|
Point |
Type
Declaration
public Axis.Types Type { get; }
Property Value
Type | Description |
---|---|
Axis.Types |
Methods
SetDirectionVector(Vector3d)
Declaration
public void SetDirectionVector(Vector3d vector)
Parameters
Type | Name | Description |
---|---|---|
Vector3d | vector |
SetOrigin(Point3d)
Declaration
public void SetOrigin(Point3d origin)
Parameters
Type | Name | Description |
---|---|---|
Point3d | origin |
Implements
System.Runtime.Remoting.Messaging.IMessageSink