Fillplanes
createFillPlaneShape
Description
Creates a fill plane shape based on shapeId
Definition
createFillPlaneShape(entityId shapeId, string shapeName, float volume, float deltaMax, float maxSurfaceAngle, float maxPhysicalSurfaceAngle, float maxSurfaceDistanceError, float maxSubDivEdgeLength, float syncMaxSubDivEdgeLength, boolean createSidePlanes, boolean retessellateTop)
Arguments
| entityId | shapeId | shapeId |
|---|---|---|
| string | shapeName | shapeName |
| float | volume | volume |
| float | deltaMax | deltaMax |
| float | maxSurfaceAngle | maxSurfaceAngle |
| float | maxPhysicalSurfaceAngle | maxPhysicalSurfaceAngle |
| float | maxSurfaceDistanceError | maxSurfaceDistanceError |
| float | maxSubDivEdgeLength | maxSubDivEdgeLength |
| float | syncMaxSubDivEdgeLength | syncMaxSubDivEdgeLength |
| boolean | createSidePlanes | createSidePlanes |
| boolean | retessellateTop | retessellateTop |
Return Values
| entityId | fillPlaneShapeId | fillPlaneShapeId |
|---|