ICuttingManager
-
class
core.
ICuttingManager
()
Methods
_init()
_isInitialized()
_setStandinGeometryVisible()
activateCuttingSections()
clearAllCuttingSections()
createReferenceGeometryFromAxis()
createReferenceGeometryFromFaceNormal()
deactivateAllCuttingSections()
delayCapping()
enableCappingIdleCallback()
fromJson()
getActiveCuttingSectionCount()
getCappingFaceColor()
getCappingGeometryVisibility()
getCappingLineColor()
getCuttingSection()
getCuttingSectionCapacity()
getCuttingSectionCount()
getCuttingSectionFromNodeId()
getNodesWithCapping()
getStandinGeometryPickable()
hasActiveCuttingSection()
refreshPlaneGeometry()
setCappingDelay()
setCappingFaceColor()
setCappingGeometryVisibility()
setCappingLineColor()
setCuttingPlaneColor()
setStandinGeometryPickable()
toJson()
waitForCappingIdle()
Methods
_setStandinGeometryVisible
-
ICuttingManager.
_setStandinGeometryVisible
(visible) Arguments: - visible (
boolean()
) – None
Return type: void
- visible (
createReferenceGeometryFromAxis
createReferenceGeometryFromFaceNormal
deactivateAllCuttingSections
-
ICuttingManager.
deactivateAllCuttingSections
() Return type: Promise <void>
enableCappingIdleCallback
-
ICuttingManager.
enableCappingIdleCallback
(enable) Arguments: - enable (
boolean()
) – None
Return type: Promise <boolean>
- enable (
getCuttingSection
-
ICuttingManager.
getCuttingSection
(index) Arguments: - index (
number()
) – None
Return type: null | ICuttingSection
- index (
getCuttingSectionFromNodeId
-
ICuttingManager.
getCuttingSectionFromNodeId
(nodeId) Arguments: - nodeId (
null | number()
) – None
Return type: null | ICuttingSection
- nodeId (
setCappingDelay
-
ICuttingManager.
setCappingDelay
(delayInMilliseconds) Arguments: - delayInMilliseconds (
number()
) – None
Return type: void
- delayInMilliseconds (
setCappingFaceColor
-
ICuttingManager.
setCappingFaceColor
(color) Arguments: - color (
null | Color()
) – None
Return type: Promise <void>
- color (
setCappingGeometryVisibility
-
ICuttingManager.
setCappingGeometryVisibility
(cappingGeometryVisibility) Arguments: - cappingGeometryVisibility (
boolean()
) – None
Return type: Promise <void>
- cappingGeometryVisibility (
setCappingLineColor
-
ICuttingManager.
setCappingLineColor
(color) Arguments: - color (
null | Color()
) – None
Return type: Promise <void>
- color (