public class SoCSGOperation extends Inventor
<font color="#0000FF">NOTE:</font> This class is provided on an as-is basis, with no support or warranty.
See also:
SolidViz Overview, SoCSGGroup
SoSolidVizDeprecated since Open Inventor 9500
No longer supported.
Modifier and Type | Class and Description |
---|---|
static class |
SoCSGOperation.OperationTypes
Deprecated.
Available operations.
|
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
static int |
AND
Deprecated.
Use
SoCSGOperation.OperationTypes.AND instead. |
static int |
CUT
Deprecated.
Use
SoCSGOperation.OperationTypes.CUT instead. |
static int |
INSIDE_CUT
Deprecated.
Use
SoCSGOperation.OperationTypes.INSIDE_CUT instead. |
static int |
MERGE
Deprecated.
Use
SoCSGOperation.OperationTypes.MERGE instead. |
static int |
OR
Deprecated.
Use
SoCSGOperation.OperationTypes.OR instead. |
static int |
SUB
Deprecated.
Use
SoCSGOperation.OperationTypes.SUB instead. |
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoCSGOperation()
Deprecated.
Constructor.
|
SoCSGOperation(SoCSGOperation.OperationTypes opType)
Deprecated.
Constructor.
|
SoCSGOperation(SoCSGOperation copyFrom)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SoCSGOperation.OperationTypes |
getOperationType()
Deprecated.
Gets the current operation.
|
SoSeparator |
getSceneGraph()
Deprecated.
Returns the result objectA OperationType objectB The scenegraph returned contains an
SoFaceSet shape. |
void |
setOperationType(SoCSGOperation.OperationTypes opType)
Deprecated.
Defines the current operation.
|
void |
setSceneGraphs(SoNode objectA,
SoNode objectB)
Deprecated.
Defines the 2 solid objects used for the CSG operation.
|
void |
setValue(SoCSGOperation copyFrom)
Deprecated.
|
static SoCSGOperation[] |
toArray(long nativeArray,
long length)
Deprecated.
|
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
@Deprecated public static final int OR
SoCSGOperation.OperationTypes.OR
instead.@Deprecated public static final int AND
SoCSGOperation.OperationTypes.AND
instead.@Deprecated public static final int SUB
SoCSGOperation.OperationTypes.SUB
instead.@Deprecated public static final int CUT
SoCSGOperation.OperationTypes.CUT
instead.@Deprecated public static final int INSIDE_CUT
SoCSGOperation.OperationTypes.INSIDE_CUT
instead.@Deprecated public static final int MERGE
SoCSGOperation.OperationTypes.MERGE
instead.public SoCSGOperation(SoCSGOperation copyFrom)
public SoCSGOperation()
public SoCSGOperation(SoCSGOperation.OperationTypes opType)
public SoSeparator getSceneGraph()
SoFaceSet
shape.public static SoCSGOperation[] toArray(long nativeArray, long length)
public void setValue(SoCSGOperation copyFrom)
public SoCSGOperation.OperationTypes getOperationType()
public void setSceneGraphs(SoNode objectA, SoNode objectB)
public void setOperationType(SoCSGOperation.OperationTypes opType)
Generated on August 20, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com