public class CIMSolidMeshEdge extends CIMMeshEdge
| Constructor and Description |
|---|
CIMSolidMeshEdge() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMSolidMeshEdge |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
getApplyThresholdAngleToBothSidesOfFaces, getColor, getThresholdAngle, setApplyThresholdAngleToBothSidesOfFaces, setColor, setThresholdAnglegetAnimations, getColorLocked, getEffects, getEnable, getName, getOverprint, getPrimitiveName, setAnimations, setColorLocked, setEffects, setEnable, setName, setOverprint, setPrimitiveNamepublic static CIMSolidMeshEdge fromJSON(java.lang.String json) throws CIMJSONException
CIMJSONExceptionpublic java.lang.String toJSON()
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMMeshEdgeCIMJSONExceptionpublic void serialize(JSONObject jsonObject)
serialize in class CIMMeshEdge