Class DatumPlane
Assembly: NXOpen.dll
Syntax
public class DatumPlane : DisplayableObject, IMessageSink, IFitTo, ISurface, IReferenceAxis, IOrientation, IBasePlane, IPlaneForXformByThreePlanes, IDatum, INXObject
Constructors
DatumPlane()
Declaration
Properties
Feature
Declaration
public Feature Feature { get; }
Property Value
Normal
Declaration
public Vector3d Normal { get; }
Property Value
Origin
Declaration
public Point3d Origin { get; }
Property Value
ReverseSection
Declaration
public bool ReverseSection { get; }
Property Value
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
SetCornerPoints(Point3d, Point3d, Point3d, Point3d)
Declaration
public void SetCornerPoints(Point3d point1, Point3d point2, Point3d point3, Point3d point4)
Parameters
SetReverseSection(bool)
Declaration
public void SetReverseSection(bool reverseSection)
Parameters
Type |
Name |
Description |
bool |
reverseSection |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink