HollowCircleShape

HollowCircleShape

Overview

HollowCircleShape is a class in Aspose.3D FOSS for Java. Inherits from: CircleShape.

IFC compatible hollow circle profile.

This class provides 21 methods for working with HollowCircleShape objects in Java programs. Available methods include: HollowCircleShape, findProperty, getBoundingBox, getEntityRendererKey, getExcluded, getExtent, getName, getParentNode, getParentNodes, getProperties, getProperty, getRadius, and 9 additional methods. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: boundingBox, entityRendererKey, excluded, extent, name, parentNode, and 5 more.

Properties

NameTypeAccessDescription
wallThicknessdoubleReadGets the difference between the outer and inner radius.
radiusdoubleReadGets the radius of the circle.
extentVector2ReadGets the extent in x and y dimension.
boundingBoxBoundingBoxReadGets the bounding box.
parentNodeNodeReadGets the parent node.
parentNodesArrayList<Node>ReadGets the parent nodes.
excludedbooleanReadGets the excluded.
entityRendererKeyEntityRendererKeyReadGets the entity renderer key.
sceneSceneReadGets the scene.
nameStringReadGets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
HollowCircleShape()Constructs a HollowCircleShape profile with default values.
getWallThickness()doubleGets the difference between the outer and inner radius.
setWallThickness(value: double)Sets the difference between the outer and inner radius.
getRadius()doubleGets the radius of the circle.
setRadius(value: double)Sets the radius of the circle.
getExtent()Vector2Gets the extent in x and y dimension.
getBoundingBox()BoundingBoxReturns the bounding box.
getParentNode()NodeReturns the parent node.
setParentNode(value: Node)Sets the parent node value.
getParentNodes()ArrayList<Node>Returns the parent nodes.
getExcluded()booleanReturns the excluded.
setExcluded(value: boolean)Sets the excluded value.
getEntityRendererKey()EntityRendererKeyReturns the entity renderer key.
getScene()SceneReturns the scene.
getName()StringReturns the name.
setName(name: String)Gets the difference between the outer and inner radius.
getProperties()PropertyCollectionReturns the properties.
findProperty(name: String)PropertyCalls findProperty(name) on this HollowCircleShape instance.
getProperty(name: String)ObjectCalls getProperty(name) on this HollowCircleShape instance.
setProperty(name: String, value: Object)Sets the property value.
removeProperty(name: String)booleanCalls removeProperty(name) on this HollowCircleShape instance.

See Also