ICuttingSection
-
class
ICuttingSection
()
Methods
_getInstanceNodeIds()
activate()
addPlane()
applyPlaneOpacity()
clear()
deactivate()
fromJson()
getCount()
getCuttingPlanes()
getNodeId()
getPlane()
getPlaneColor()
getPlaneIndexByNodeId()
getPlaneLineColor()
getPlaneOpacity()
getReferenceGeometry()
isActive()
removePlane()
resetPlanesOpacity()
setColor()
setOpacity()
setPlane()
setPlaneColor()
setPlaneLineColor()
setPlaneOpacity()
toJson()
updatePlane()
Methods
addPlane
applyPlaneOpacity
-
ICuttingSection.
applyPlaneOpacity
(index[, opacity]) Arguments: - index (
number()
) – None - opacity (
number()
) – optional None
Return type: void
- index (
fromJson
-
ICuttingSection.
fromJson
(json) Arguments: - json (
object()
) – None
Return type: Promise <void>
- json (
getCuttingPlanes
-
ICuttingSection.
getCuttingPlanes
() Return type: [ CuttingPlane()
]
getNodeId
getPlane
getPlaneColor
getPlaneIndexByNodeId
getPlaneLineColor
getPlaneOpacity
-
ICuttingSection.
getPlaneOpacity
(index) Arguments: - index (
number()
) – None
Return type: number | undefined
- index (
getReferenceGeometry
-
ICuttingSection.
getReferenceGeometry
(index) Arguments: - index (
number()
) – None
Return type: [Point3] | null
- index (
removePlane
-
ICuttingSection.
removePlane
(index) Arguments: - index (
number()
) – None
Return type: Promise <void>
- index (
setColor
setOpacity
-
ICuttingSection.
setOpacity
(opacity) Arguments: - opacity (
number()
) – None
Return type: void
- opacity (