Skip to main content

BlockModelData

GitHub source

BlockModelData

evo.objects.typed.block_model_ref.BlockModelData

Data for creating a BlockModel reference.

A BlockModel is a reference to a block model stored in the Block Model Service. This creates a Geoscience Object that points to an existing block model.

Parameters:

NameTypeDescriptionDefault
namestrThe name of the block model reference object.required
block_model_uuidUUIDThe UUID of the block model in the Block Model Service.required
block_model_version_uuidUUID | NoneOptional specific version UUID to reference.None
geometryBlockModelGeometryThe geometry definition of the block model.required
attributeslist[BlockModelAttribute]List of attributes available on the block model.list()
coordinate_reference_systemEpsgCode | str | NoneOptional CRS for the block model.None

compute_bounding_box

compute_bounding_box() -> BoundingBox

Compute the bounding box from the geometry.

What is the reason for your feedback?