public class Cad3DSolid extends CadObjectWithAcisData
Class describing Cad 3DSolid
| Constructor and Description |
|---|
Cad3DSolid()
Initializes a new instance of the
Cad3DSolid class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getHandleToHistoryObject()
Gets or sets the handle to history object.
|
double |
getModelerFormatVersion()
Gets or sets the Modeler format version number (currently = 1)
|
void |
setHandleToHistoryObject(String value)
Gets or sets the handle to history object.
|
void |
setModelerFormatVersion(double value)
Gets or sets the Modeler format version number (currently = 1)
|
getProprietaryData, getProprietaryDataParameterList, initProprietaryData, setProprietaryDataParameterListgetAttribute160, getAttribute348, getChildObjects, getColorId, getColorName, getColorValue, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, isColorIdSet, setAttribute160, setAttribute348, setChildObjects, setColorId, setColorName, setColorValue, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setVisiblegetHardOwner, getSoftOwner, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainerpublic Cad3DSolid()
Initializes a new instance of the Cad3DSolid class.
public double getModelerFormatVersion()
Gets or sets the Modeler format version number (currently = 1)
public void setModelerFormatVersion(double value)
Gets or sets the Modeler format version number (currently = 1)
value - The Modeler format version number (currently = 1)public String getHandleToHistoryObject()
Gets or sets the handle to history object.
public void setHandleToHistoryObject(String value)
Gets or sets the handle to history object.
value - The handle to history object.