public abstract class Geometry extends NodeComponent
Each of these geometric types defines a visible object or set of objects. A Geometry object is used as a component object of a Shape3D leaf node.
| Modifier and Type | Field and Description |
|---|---|
static int |
ALLOW_INTERSECT
Specifies that this Geometry allows intersect operation.
|
| Constructor and Description |
|---|
Geometry()
Constructs a new Geometry object.
|
cloneNodeComponent, cloneNodeComponent, duplicateNodeComponent, duplicateNodeComponent, getDuplicateOnCloneTree, setDuplicateOnCloneTreeclearCapability, clearCapabilityIsFrequent, duplicateSceneGraphObject, getCapability, getCapabilityIsFrequent, getName, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setName, setUserData, toString, updateNodeReferencespublic static final int ALLOW_INTERSECT
Copyright © 2016–2022 SciJava. All rights reserved.