GO2cam Javascript API  6.11
GO2SPlaneCreate Class Reference

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.
 

Detailed Description

Helper class to manage Plane creation.

Member Function Documentation

◆ DevFrom1Point()

static GO2SPlane GO2SPlaneCreate::DevFrom1Point ( GO2SXYZ geomRef,
Boolean bInterior,
Boolean bYMM,
Boolean bInvertY,
GO2SEnum::GO2SAxis axis )
static

See GO2SPlane.DevSetFrom1Point

Version
6.12

◆ DevFrom2Points()

static GO2SPlane GO2SPlaneCreate::DevFrom2Points ( GO2SXYZ geomRef1,
GO2SXYZ geomRef2,
Boolean bInterior,
Boolean bYMM,
Boolean bInvertY,
GO2SEnum::GO2SAxis axis )
static

See GO2SPlane.DevSetFrom2Points

Version
6.12