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.
|
short |
getModelerFormatVersion()
Gets or sets the Modeler format version number (currently = 1)
|
Cad3DPoint |
getPosition()
Specifies the X, Y, Z coordinate for center of the base or center of the solid
|
CadEntityTypeName |
getTypeName()
Gets the name of the type.
|
void |
setHandleToHistoryObject(String value)
Gets or sets the handle to history object.
|
void |
setModelerFormatVersion(short value)
Gets or sets the Modeler format version number (currently = 1)
|
void |
setPosition(Cad3DPoint value)
Specifies the X, Y, Z coordinate for center of the base or center of the solid
|
getProprietaryData, getProprietaryDataParameterList, initProprietaryData, setProprietaryDataParameterListgetArea, getAssocViewPortHandle, getBounds, getChildObjects, getChilds, getColorHandle, getColorId, getColorName, getColorValue, getEntmode, getGroupHandle, getHyperlink, getId, getLayerName, getLayoutTabName, getLength, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isAssocViewPortHandleSet, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorHandle, setColorId, setColorName, setColorValue, setEntmode, setGroupHandle, setHyperlink, setId, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setNoLinks, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlaggetHardOwner, getNumreactors, getReactors, getSoftOwner, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, setXdataContainerpublic Cad3DSolid()
Initializes a new instance of the Cad3DSolid class.
public CadEntityTypeName getTypeName()
Gets the name of the type.
getTypeName in class CadEntityBasepublic final short getModelerFormatVersion()
Gets or sets the Modeler format version number (currently = 1)
public final void setModelerFormatVersion(short value)
Gets or sets the Modeler format version number (currently = 1)
value - The Modeler format version number (currently = 1)public final Cad3DPoint getPosition()
Specifies the X, Y, Z coordinate for center of the base or center of the solid
public final void setPosition(Cad3DPoint value)
Specifies the X, Y, Z coordinate for center of the base or center of the solid
public final String getHandleToHistoryObject()
Gets or sets the handle to history object.
public final void setHandleToHistoryObject(String value)
Gets or sets the handle to history object.
value - The handle to history object.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.