public class CadCoordinationModel extends CadEntityBase
Class describing Coordination Model
| Constructor and Description |
|---|
CadCoordinationModel()
Initializes a new instance of the
CadCoordinationModel class. |
| Modifier and Type | Method and Description |
|---|---|
Double |
getInsertionUnitFactor()
Gets or sets the insertion unit factor.
|
List<Double> |
getModelTransformCoordinates()
Gets or sets the model transform coordinates.
|
String |
getSoftPointerToAcDbNavisworksModelDef()
Gets or sets the soft pointer to ac database navisworks model definition.
|
CadEntityTypeName |
getTypeName()
Gets the name of the type.
|
void |
setInsertionUnitFactor(Double value)
Gets or sets the insertion unit factor.
|
void |
setModelTransformCoordinates(List<Double> value)
Gets or sets the model transform coordinates.
|
void |
setSoftPointerToAcDbNavisworksModelDef(String value)
Gets or sets the soft pointer to ac database navisworks model definition.
|
getArea, 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 CadCoordinationModel()
Initializes a new instance of the CadCoordinationModel class.
public CadEntityTypeName getTypeName()
Gets the name of the type.
getTypeName in class CadEntityBasepublic final String getSoftPointerToAcDbNavisworksModelDef()
Gets or sets the soft pointer to ac database navisworks model definition.
public final void setSoftPointerToAcDbNavisworksModelDef(String value)
Gets or sets the soft pointer to ac database navisworks model definition.
value - The soft pointer to ac database navisworks model definition.public final List<Double> getModelTransformCoordinates()
Gets or sets the model transform coordinates.
public final void setModelTransformCoordinates(List<Double> value)
Gets or sets the model transform coordinates.
value - The model transform coordinates.public final Double getInsertionUnitFactor()
Gets or sets the insertion unit factor.
public final void setInsertionUnitFactor(Double value)
Gets or sets the insertion unit factor.
value - The insertion unit factor.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.