CuttingPlane

class CuttingPlane()

Properties

CuttingPlane.color
Type:any
CuttingPlane.instanceNodeId
Type:NodeId | null
CuttingPlane.lineColor
Type:any
CuttingPlane.matrix
Type:any
CuttingPlane.meshId
Type:MeshId | null
CuttingPlane.opacity
Type:number
CuttingPlane.plane
Type:Plane
CuttingPlane.referenceGeometry
Type:[Point3] | null

Methods

createMeshData

CuttingPlane.createMeshData()
Return type:MeshData() | null

fromJson

CuttingPlane.fromJson(json)
Arguments:
  • json (object()) – None
Return type:

void

getMatrix

CuttingPlane.getMatrix()
Return type:Matrix

getReferenceGeometry

CuttingPlane.getReferenceGeometry()
Return type:[Point3] | null

setMatrix

CuttingPlane.setMatrix(matrix)
Arguments:
Return type:

void

setReferenceGeometry

CuttingPlane.setReferenceGeometry(referenceGeometry)
Arguments:
  • referenceGeometry ([Point3] | null()) – None
Return type:

void

toJson

CuttingPlane.toJson()
Return type:CuttingPlaneData()