Class DatumPlane
Inheritance
System.Object
System.MarshalByRefObject
DatumPlane
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 DatumPlane : DisplayableObject, IMessageSink, IFitTo, ISurface, IReferenceAxis, IOrientation, IBasePlane, INXObject
Constructors
DatumPlane()
Declaration
protected DatumPlane()
Properties
Feature
Declaration
public Feature Feature { get; }
Property Value
Type | Description |
---|---|
Feature |
Normal
Declaration
public Vector3d Normal { get; }
Property Value
Type | Description |
---|---|
Vector3d |
Origin
Declaration
public Point3d Origin { get; }
Property Value
Type | Description |
---|---|
Point3d |
ReverseSection
Declaration
public bool ReverseSection { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetCornerPoints(out Point3d, out Point3d, out Point3d, out Point3d)
Declaration
public void GetCornerPoints(out Point3d point1, out Point3d point2, out Point3d point3, out Point3d point4)
Parameters
Type | Name | Description |
---|---|---|
Point3d | point1 | |
Point3d | point2 | |
Point3d | point3 | |
Point3d | point4 |
SetCornerPoints(Point3d, Point3d, Point3d, Point3d)
Declaration
public void SetCornerPoints(Point3d point1, Point3d point2, Point3d point3, Point3d point4)
Parameters
Type | Name | Description |
---|---|---|
Point3d | point1 | |
Point3d | point2 | |
Point3d | point3 | |
Point3d | point4 |
SetReverseSection(Boolean)
Declaration
public void SetReverseSection(bool reverseSection)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | reverseSection |
Implements
System.Runtime.Remoting.Messaging.IMessageSink