CircleShape

Overview

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

IFC compatible circle profile, which can be used to construct a mesh through LinearExtrusion.

This class provides 28 methods for working with CircleShape objects in Java programs. Available methods include: A3DObject, CircleShape, Entity, ParameterizedProfile, Profile, SceneObject, findProperty, getBoundingBox, getEntityRendererKey, getExcluded, getExtent, getName, and 12 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 4 more.

Properties

NameTypeAccessDescription
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
CircleShape()Constructs a CircleShape profile with default radius (5).
CircleShape(radius: double)Constructs a CircleShape profile with specified 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.
ParameterizedProfile()Constructor.
Profile()Constructor.
getBoundingBox()BoundingBoxReturns the bounding box.
Entity(name: String)Calls Entity(name) on this CircleShape instance.
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.
SceneObject()IFC compatible circle profile, which can be used to construct a mesh through LinearExtrusion.
SceneObject(name: String)Calls SceneObject(name) on this CircleShape instance.
getScene()SceneReturns the scene.
A3DObject()Calls A3DObject on this CircleShape instance.
A3DObject(name: String)Calls A3DObject(name) on this CircleShape instance.
getName()StringReturns the name.
setName(name: String)Constructs a CircleShape profile with specified radius.
getProperties()PropertyCollectionReturns the properties.
findProperty(name: String)PropertyCalls findProperty(name) on this CircleShape instance.
getProperty(name: String)ObjectCalls getProperty(name) on this CircleShape instance.
setProperty(name: String, value: Object)Sets the property value.
removeProperty(name: String)booleanCalls removeProperty(name) on this CircleShape instance.
removeProperty(property: Property)booleanCalls removeProperty(property) on this CircleShape instance.

See Also

 English