CoordinatesExtent#

class cegalprizm.pythontool.CoordinatesExtent(cs_range)#

Stores the minimum and maximum extent of an object in world-coordinates

Functions

__init__(cs_range)

Properties

x_axis

The extent of the x-axis of the object in world-coordinates

y_axis

The extent of the y-axis of the object in world-coordinates

z_axis

The extent of the z-axis of the object in world-coordinates

property x_axis#

The extent of the x-axis of the object in world-coordinates

Returns

the extent of the axis

Return type

cegalprizm.pythontool.AxisExtent

property y_axis#

The extent of the y-axis of the object in world-coordinates

Returns

the extent of the axis

Return type

cegalprizm.pythontool.AxisExtent

property z_axis#

The extent of the z-axis of the object in world-coordinates

Returns

the extent of the axis

Return type

cegalprizm.pythontool.AxisExtent