Create a default cast shape input.
Parameter | Description |
---|---|
circleGeometry | The geometry to use. |
translation | The cast translation to use. |
Create a CastShapeInput the specified CircleGeometry. You may want to also translate the geometry into the space you require.
Parameter | Description |
---|---|
capsuleGeometry | The geometry to use. |
translation | The cast translation to use. |
Create a CastShapeInput the specified CapsuleGeometry. You may want to also translate the geometry into the space you require.
Parameter | Description |
---|---|
segmentGeometry | The geometry to use. |
translation | The cast translation to use. |
Create a CastShapeInput the specified SegmentGeometry. You may want to also translate the geometry into the space you require.
Parameter | Description |
---|---|
polygonGeometry | The geometry to use. |
translation | The cast translation to use. |
Create a CastShapeInput the specified PolygonGeometry. You may want to also translate the geometry into the space you require.
Parameter | Description |
---|---|
chainSegmentGeometry | The geometry to use. |
translation | The cast translation to use. |
Create a CastShapeInput the specified ChainSegmentGeometry. You may want to also translate the geometry into the space you require.