CircleShape.CircleShape
CircleShape()
Construct a CircleShape profile with default radius(5).
public CircleShape()
See Also
- class CircleShape
- namespace Aspose.ThreeD.Profiles
- assembly Aspose.3D
CircleShape(double)
Construct a CircleShape profile with specified radius.
public CircleShape(double radius)
| Parameter | Type | Description |
|---|---|---|
| radius | Double | Radius of the circle |
See Also
- class CircleShape
- namespace Aspose.ThreeD.Profiles
- assembly Aspose.3D