Uses of Class
com.aspose.threed.Shape
-
-
Uses of Shape in com.aspose.threed
Methods in com.aspose.threed that return Shape Modifier and Type Method Description static Shape
Shape. fromControlPoints(Vector3... controlPoints)
Create a shape with specified control points with a default indices.Shape
LinearExtrusion. getShape()
The base shape to be extruded.Methods in com.aspose.threed with parameters of type Shape Modifier and Type Method Description void
LinearExtrusion. setShape(Shape value)
The base shape to be extruded.Constructors in com.aspose.threed with parameters of type Shape Constructor Description LinearExtrusion(Shape shape, double height)
Constructor of instanceLinearExtrusion
.
-