Helper class to manage Plane creation. More...
Inherits QObject.
Static Public Member Functions | |
| static GO2SPlane | DevFrom1Point (GO2SXYZ geomRef, Boolean bInterior, Boolean bYMM, Boolean bInvertY, GO2SEnum::GO2SAxis axis) |
| static GO2SPlane | DevFrom2Points (GO2SXYZ geomRef1, GO2SXYZ geomRef2, Boolean bInterior, Boolean bYMM, Boolean bInvertY, GO2SEnum::GO2SAxis axis) |
| static GO2SPlane | From3Points (GO2SXYZ x, GO2SXYZ y, GO2SXYZ z) |
| See GO2SPlane.SetFrom3Points. | |
| static GO2SPlane | FromAngle (GO2SXYZ origin, Number angle, GO2SEnum::GO2SAxis axis) |
| See GO2SPlane.SetFromAngle. | |
| static GO2SPlane | FromMatrix (GO2SMatrix matrix) |
| See GO2SPlane.SetFromMatrix. | |
Helper class to manage Plane creation.
|
static |
See GO2SPlane.DevSetFrom1Point
|
static |
See GO2SPlane.DevSetFrom2Points