CadCoordinationModel

Inheritance: java.lang.Object, CadBaseEntity

Class describing Coordination Model

Constructors

ConstructorDescription
CadCoordinationModel()Initializes a new instance of the CadCoordinationModel class.

Methods

MethodDescription
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 value)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:

ParameterTypeDescription
valueStringThe soft pointer to ac database navisworks model definition.

getModelTransformCoordinates()

public final List<Double> getModelTransformCoordinates()

Gets or sets the model transform coordinates.

Returns: List - The model transform coordinates.

setModelTransformCoordinates(List value)

public final void setModelTransformCoordinates(List<Double> value)

Gets or sets the model transform coordinates.

Parameters:

ParameterTypeDescription
valueListThe 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:

ParameterTypeDescription
valueDoubleThe insertion unit factor.