public class CadCoordinationModel extends CadBaseEntity
Class describing Coordination Model
Constructor and Description |
---|
CadCoordinationModel()
Initializes a new instance of the
CadCoordinationModel class. |
Modifier and Type | Method and Description |
---|---|
CadDoubleParameter |
getInsertionUnitFactor()
Gets or sets the insertion unit factor.
|
List<CadDoubleParameter> |
getModelTransformCoordinates()
Gets or sets the model transform coordinates.
|
CadStringParameter |
getSoftPointerToAcDbNavisworksModelDef()
Gets or sets the soft pointer to ac database navisworks model definition.
|
void |
setInsertionUnitFactor(CadDoubleParameter value)
Gets or sets the insertion unit factor.
|
void |
setModelTransformCoordinates(List<CadDoubleParameter> value)
Gets or sets the model transform coordinates.
|
void |
setSoftPointerToAcDbNavisworksModelDef(CadStringParameter value)
Gets or sets the soft pointer to ac database navisworks model definition.
|
getAttribute160, 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, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadCoordinationModel()
Initializes a new instance of the CadCoordinationModel
class.
public CadStringParameter getSoftPointerToAcDbNavisworksModelDef()
Gets or sets the soft pointer to ac database navisworks model definition.
public void setSoftPointerToAcDbNavisworksModelDef(CadStringParameter value)
Gets or sets the soft pointer to ac database navisworks model definition.
value
- The soft pointer to ac database navisworks model definition.public List<CadDoubleParameter> getModelTransformCoordinates()
Gets or sets the model transform coordinates.
public void setModelTransformCoordinates(List<CadDoubleParameter> value)
Gets or sets the model transform coordinates.
value
- The model transform coordinates.public CadDoubleParameter getInsertionUnitFactor()
Gets or sets the insertion unit factor.
public void setInsertionUnitFactor(CadDoubleParameter value)
Gets or sets the insertion unit factor.
value
- The insertion unit factor.