Package com.aspose.threed
Class HollowCircleShape
- java.lang.Object
-
public class HollowCircleShape extends CircleShape
IFC compatible hollow circle profile.
-
-
Field Summary
-
Fields inherited from class com.aspose.threed.A3DObject
name, properties
-
-
Constructor Summary
Constructors Constructor Description HollowCircleShape()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getWallThickness()
Gets the difference between the outer and inner radius.void
setWallThickness(double value)
Sets the difference between the outer and inner radius.-
Methods inherited from class com.aspose.threed.CircleShape
getExtent, getRadius, setRadius
-
Methods inherited from class com.aspose.threed.Profile
getEntityRendererKey
-
Methods inherited from class com.aspose.threed.Entity
getBoundingBox, getExcluded, getParentNode, getParentNodes, setExcluded, setParentNode
-
Methods inherited from class com.aspose.threed.SceneObject
getScene
-
Methods inherited from class com.aspose.threed.A3DObject
findProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setProperty
-
-