public class JCFeature
extends java.lang.Object
| Constructor and Description |
|---|
JCFeature() |
| Modifier and Type | Method and Description |
|---|---|
void |
doDelete(AbstractJLISession jliSession,
CallSolid solid,
java.util.List<CallFeature> features,
boolean clip)
Set up and call the native function to delete a list of features.
|
void |
doResume(AbstractJLISession jliSession,
CallSolid solid,
java.util.List<CallFeature> features)
Set up and call the native function to resume a list of features.
|
void |
doSuppress(AbstractJLISession jliSession,
CallSolid solid,
java.util.List<CallFeature> features,
boolean clip)
Set up and call the native function to suppress a list of features.
|
void |
featuresDelete(java.lang.String sessionId,
java.lang.String modelName,
int[] featureIds,
boolean clip)
Native function to delete a list of feature IDs.
|
void |
featuresResume(java.lang.String sessionId,
java.lang.String modelName,
int[] featureIds)
Native function to resume a list of feature IDs.
|
void |
featuresSuppress(java.lang.String sessionId,
java.lang.String modelName,
int[] featureIds,
boolean clip)
Native function to suppress a list of feature IDs.
|
static void |
main(java.lang.String[] args) |
void |
setDebug(boolean debug) |
public static void main(java.lang.String[] args)
public void doSuppress(AbstractJLISession jliSession, CallSolid solid, java.util.List<CallFeature> features, boolean clip) throws JLIException, com.ptc.cipjava.jxthrowable
jliSession - The JShell sessionsolid - The Solid that owns the featuresfeatures - The features to suppressclip - Whether to clip childrenJLIExceptioncom.ptc.cipjava.jxthrowablepublic void doResume(AbstractJLISession jliSession, CallSolid solid, java.util.List<CallFeature> features) throws JLIException, com.ptc.cipjava.jxthrowable
jliSession - The JShell sessionsolid - The Solid that owns the featuresfeatures - The features to resumeJLIExceptioncom.ptc.cipjava.jxthrowablepublic void doDelete(AbstractJLISession jliSession, CallSolid solid, java.util.List<CallFeature> features, boolean clip) throws JLIException, com.ptc.cipjava.jxthrowable
jliSession - The JShell sessionsolid - The Solid that owns the featuresfeatures - The features to deleteclip - Whether to clip childrenJLIExceptioncom.ptc.cipjava.jxthrowablepublic void featuresSuppress(java.lang.String sessionId,
java.lang.String modelName,
int[] featureIds,
boolean clip)
sessionId - The JShell session IDmodelName - Name of the model that owns the featuresfeatureIds - Array of feature IDs to suppressclip - Whether to clip the featurespublic void featuresResume(java.lang.String sessionId,
java.lang.String modelName,
int[] featureIds)
sessionId - The JShell session IDmodelName - Name of the model that owns the featuresfeatureIds - Array of feature IDs to resumepublic void featuresDelete(java.lang.String sessionId,
java.lang.String modelName,
int[] featureIds,
boolean clip)
sessionId - The JShell session IDmodelName - Name of the model that owns the featuresfeatureIds - Array of feature IDs to deleteclip - Whether to clip the featurespublic void setDebug(boolean debug)
debug - Whether to turn on debuggin in the native code