Plane by Three Points
- Last UpdatedDec 08, 2025
- 1 minute read
This plane is defined by three points.

Each point can be one of the point types "Explicit", "OnSurface" and "OnCurve". Please see the section Point Element for a detailed description.
|
Example: |
|---|
|
<Plane> <ByPoints> <Point> <Explicit X="FR40" Y="0" Z="LP25"/> </Point> <Point> <OnSurface Approx="Y" X="FR40" Y="LP18" Z="LP30"/> </Point> <Point> <Explicit X="FR60" Y="LP12" Z="LP38"/> </Point> </ByPoints> </Plane> |