CenterLineProfile

CenterLineProfile

Overview

CenterLineProfile is a class in Aspose.3D FOSS for Java. Inherits from: Profile.

IFC compatible center line profile.

This class provides 20 methods for working with CenterLineProfile objects in Java programs. Available methods include: CenterLineProfile, findProperty, getBoundingBox, getCurve, getEntityRendererKey, getExcluded, getName, getParentNode, getParentNodes, getProperties, getProperty, getScene, and 8 additional methods. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: boundingBox, curve, entityRendererKey, excluded, name, parentNode, and 4 more.

Properties

NameTypeAccessDescription
thicknessdoubleReadGets the thickness applied along the center line.
curveCurveReadGets the center line curve of the profile.
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
CenterLineProfile(curve: Curve, thickness: double)Constructs a new CenterLineProfile with specified curve as center line.
getThickness()doubleGets the thickness applied along the center line.
setThickness(value: double)Sets the thickness applied along the center line.
getCurve()CurveGets the center line curve of the profile.
setCurve(value: Curve)Sets the center line curve of the profile.
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()StringConstructs a new CenterLineProfile with specified curve as center line.
setName(name: String)Sets the name value.
getProperties()PropertyCollectionReturns the properties.
findProperty(name: String)PropertyCalls findProperty(name) on this CenterLineProfile instance.
getProperty(name: String)ObjectCalls getProperty(name) on this CenterLineProfile instance.
setProperty(name: String, value: Object)Sets the property value.
removeProperty(name: String)booleanCalls removeProperty(name) on this CenterLineProfile instance.

See Also