RectangularTorus

RectangularTorus

Overview

RectangularTorus is a class in Aspose.3D FOSS for Java. Inherits from: Primitive.

Parameterized rectangular torus.

This class provides 36 methods for working with RectangularTorus objects in Java programs. Available methods include: A3DObject, Entity, Primitive, RectangularTorus, SceneObject, findProperty, getAngleStart, getArc, getBoundingBox, getCastShadows, getExcluded, getHeight, and 24 additional methods. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: angleStart, arc, boundingBox, castShadows, excluded, height, and 9 more.

Properties

NameTypeAccessDescription
innerRadiusdoubleReadThe inner radius of the rectangular torus.
outerRadiusdoubleReadThe outer radius of the rectangular torus.
heightdoubleReadThe height of the rectangular torus.
arcdoubleReadThe total angle of the arc, measured in radian.
angleStartdoubleReadThe start angle of the arc, measured in radian.
radialSegmentsintReadThe radial segments.
castShadowsbooleanReadGets whether this geometry can cast shadow.
receiveShadowsbooleanReadGets whether this geometry can receive shadow.
parentNodeNodeReadGets the parent node.
parentNodesArrayList<Node>ReadGets the parent nodes.
excludedbooleanReadGets the excluded.
boundingBoxBoundingBoxReadGets the bounding box.
sceneSceneReadGets the scene.
nameStringReadGets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
getInnerRadius()doubleThe inner radius of the rectangular torus.
setInnerRadius(value: double)Sets the inner radius value.
getOuterRadius()doubleThe outer radius of the rectangular torus.
setOuterRadius(value: double)Sets the outer radius value.
getHeight()doubleThe height of the rectangular torus.
setHeight(value: double)Sets the height value.
getArc()doubleThe total angle of the arc, measured in radian.
setArc(value: double)Sets the arc value.
getAngleStart()doubleThe start angle of the arc, measured in radian.
setAngleStart(value: double)Sets the angle start value.
getRadialSegments()intThe radial segments.
setRadialSegments(value: int)Sets the radial segments value.
RectangularTorus()Constructor of RectangularTorus.
toMesh()MeshNot implemented in the FOSS edition — throws at runtime. Calls toMesh on this RectangularTorus instance.
getCastShadows()booleanGets whether this geometry can cast shadow.
setCastShadows(value: boolean)The inner radius of the rectangular torus.
getReceiveShadows()booleanGets whether this geometry can receive shadow.
setReceiveShadows(value: boolean)The outer radius of the rectangular torus.
Primitive(name: String)Initializes a new instance of the Primitive class.
Entity()NURBS curve is a curve represented by NURBS(Non-uniform rational basis spline), A NURBS curve is defined by its getOrder(), a set of weighted Geometry.getControlPoints() and a getKnotVectors() The w component in control point is used as control point’s weight, whatever it is a CurveDimension.TWO_DIMENSIONAL or CurveDimension.THREE_DIMENSIONAL
getParentNode()NodeConstructor of instance.
setParentNode(value: Node)The Boolean operator used in the operation to create the result mesh.
getParentNodes()ArrayList<Node>Protected constructor to allow derived classes to set name.
getExcluded()booleanThe Boolean operator used in the operation to create the result mesh.
setExcluded(value: boolean)Sets the excluded value.
getBoundingBox()BoundingBoxThe first operand of the Boolean operator.
SceneObject()Boolean operator allows you to apply Boolean operation on two IMeshConvertible instances.
getScene()SceneConstructor of BooleanOperator.
A3DObject()Parameterized Cylinder. It can also be used to represent a cone when one of radiusTop/radiusBottom is zero.
getName()StringThe segments of the curve.
setName(name: String)Constructs a CircleShape profile with specified radius.
getProperties()PropertyCollectionInitializes a new instance of Cylinder class.
findProperty(name: String)PropertyInitializes a new instance of the Bone class.
getProperty(name: String)ObjectGets the transform matrix of the node in current pose.
setProperty(name: String, value: Object)Gets the width segments.
removeProperty(name: String)booleanGets flip coordinate system of control points/normal during importing/exporting.

See Also

 English