CadCoordinationModel
Contents
[
Hide
]Inheritance: java.lang.Object, CadBaseEntity
Class describing Coordination Model
Constructors
| Constructor | Description |
|---|---|
| CadCoordinationModel() | Initializes a new instance of the CadCoordinationModel class. |
Methods
| Method | Description |
|---|---|
| getTypeName() | Gets the name of the type. |
| getSoftPointerToAcDbNavisworksModelDef() | Gets or sets the soft pointer to ac database navisworks model definition. |
| setSoftPointerToAcDbNavisworksModelDef(String value) | Gets or sets the soft pointer to ac database navisworks model definition. |
| getModelTransformCoordinates() | Gets or sets the model transform coordinates. |
| setModelTransformCoordinates(List | Gets or sets the model transform coordinates. |
| getInsertionUnitFactor() | Gets or sets the insertion unit factor. |
| setInsertionUnitFactor(Double value) | Gets or sets the insertion unit factor. |
CadCoordinationModel()
public CadCoordinationModel()
Initializes a new instance of the CadCoordinationModel class.
getTypeName()
public int getTypeName()
Gets the name of the type.
Returns: int - The name of the type.
getSoftPointerToAcDbNavisworksModelDef()
public final String getSoftPointerToAcDbNavisworksModelDef()
Gets or sets the soft pointer to ac database navisworks model definition.
Returns: String - The soft pointer to ac database navisworks model definition.
setSoftPointerToAcDbNavisworksModelDef(String value)
public final void setSoftPointerToAcDbNavisworksModelDef(String value)
Gets or sets the soft pointer to ac database navisworks model definition.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The soft pointer to ac database navisworks model definition. |
getModelTransformCoordinates()
public final List<Double> getModelTransformCoordinates()
Gets or sets the model transform coordinates.
Returns: List
setModelTransformCoordinates(List value)
public final void setModelTransformCoordinates(List<Double> value)
Gets or sets the model transform coordinates.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The model transform coordinates. |
getInsertionUnitFactor()
public final Double getInsertionUnitFactor()
Gets or sets the insertion unit factor.
Returns: Double - The insertion unit factor.
setInsertionUnitFactor(Double value)
public final void setInsertionUnitFactor(Double value)
Gets or sets the insertion unit factor.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Double | The insertion unit factor. |