Basic data that describe a 2D point on a plane.
Declaration Syntax
public sealed struct Point2DPlanar : ValueType
Table 69: Members
| 
                 Constructor  | Point2DPlanar(Point2DPlanar) | 
                 Construct a unique instance of the provided Point2DPlanar.  | 
| 
                 Constructor  | Point2DPlanar(Point2D, Plane) | 
                 Construct an instance using the provided plane and location.  | 
| 
                 Field  | Location | 
                 This point's 2D location within the plane.  | 
| 
                 Field  | Plane | 
                 The sketch plane in which this point is location.  | 
| 
                 Method  | GetGlobalLocation(Point2DPlanar) | 
                 Get the global location of a Point2DPlanar.  |