Interface IPlane
Represents a plane
Namespace: TSD.API.Remoting.Geometry
Assembly: TSD.API.Remoting.dll
Syntax
public interface IPlane
Properties
| Name | Description |
|---|---|
| LCS | Gets the local coordinate system |
| Normal | Gets the normal |
| Origin | Gets the origin |
Methods
| Name | Description |
|---|---|
| Global2Local(Point3D) | Transforms a global point to a local plane coordinates |
| Local2Global(Point2D) | Transforms a local plane point to global coordinates |