Solids Builder - Planes
Planes are auxiliary geometries for drawing more complex geometries.
There are the following activities that create plans:
Properties (for use in VB expressions)
- Origin - origin of the plane ( point)
- Vector - normal vector of the plane ( vector)
Methods (for use in VB expressions)
- GetClosestPointTo - calculates a point (pt) on the plane that is closest to the given point (pinf)
pt = plan.GetClosestPointTo(pinf)
Where:
pt and pinf will be a Point