Class SoIntersectingPrimitive
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.collision.SoIntersectingPrimitive
-
public class SoIntersectingPrimitive extends Inventor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SoIntersectingPrimitive.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 SoIntersectingPrimitive()
Default constructor.SoIntersectingPrimitive(SoIntersectingPrimitive copyFrom)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setValue(SoIntersectingPrimitive copyFrom)
static SoIntersectingPrimitive[]
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
-
SoIntersectingPrimitive
public SoIntersectingPrimitive(SoIntersectingPrimitive copyFrom)
-
SoIntersectingPrimitive
public SoIntersectingPrimitive()
Default constructor.
-
-
Method Detail
-
toArray
public static SoIntersectingPrimitive[] toArray(long nativeArray, long length)
-
setValue
public void setValue(SoIntersectingPrimitive copyFrom)
-
-