Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadCoordinationModel



  • public class CadCoordinationModel
    extends CadBaseEntity

    Class describing Coordination Model

    • Constructor Detail

      • CadCoordinationModel

        public CadCoordinationModel()

        Initializes a new instance of the CadCoordinationModel class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

        Overrides:
        getTypeName in class CadBaseEntity
        Returns:
        The name of the type.
      • getSoftPointerToAcDbNavisworksModelDef

        public final String getSoftPointerToAcDbNavisworksModelDef()

        Gets or sets the soft pointer to ac database navisworks model definition.

        Returns:
        The soft pointer to ac database navisworks model definition.
      • setSoftPointerToAcDbNavisworksModelDef

        public final void setSoftPointerToAcDbNavisworksModelDef(String value)

        Gets or sets the soft pointer to ac database navisworks model definition.

        Parameters:
        value - The soft pointer to ac database navisworks model definition.
      • getModelTransformCoordinates

        public final List<Double> getModelTransformCoordinates()

        Gets or sets the model transform coordinates.

        Returns:
        The model transform coordinates.
      • setModelTransformCoordinates

        public final void setModelTransformCoordinates(List<Double> value)

        Gets or sets the model transform coordinates.

        Parameters:
        value - The model transform coordinates.
      • getInsertionUnitFactor

        public final Double getInsertionUnitFactor()

        Gets or sets the insertion unit factor.

        Returns:
        The insertion unit factor.
      • setInsertionUnitFactor

        public final void setInsertionUnitFactor(Double value)

        Gets or sets the insertion unit factor.

        Parameters:
        value - The insertion unit factor.