Class SoCollidingPrimitive
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.collision.SoCollidingPrimitive
-
public class SoCollidingPrimitive extends Inventor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SoCollidingPrimitive.PrimitiveTypes
Primitive type.-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
Fields Modifier and Type Field Description SoPath
path
Path of the shape.-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description SoCollidingPrimitive()
Default constructor.SoCollidingPrimitive(SoCollidingPrimitive copyFrom)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setValue(SoCollidingPrimitive copyFrom)
static SoCollidingPrimitive[]
toArray(long nativeArray, long length)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Field Detail
-
path
public final SoPath path
Path of the shape.
-
-
Constructor Detail
-
SoCollidingPrimitive
public SoCollidingPrimitive(SoCollidingPrimitive copyFrom)
-
SoCollidingPrimitive
public SoCollidingPrimitive()
Default constructor.
-
-
Method Detail
-
toArray
public static SoCollidingPrimitive[] toArray(long nativeArray, long length)
-
setValue
public void setValue(SoCollidingPrimitive copyFrom)
-
-