Sample Code Revit Batch Processor 1.1.11 documentation
Bases: BoundingBox2
, DataGeometryBase
Class constructor for a 2D bounding box.
j (dict, optional) – json formatted dictionary of this class, defaults to {}
A polygon consists, as a minimum, of an outer loop, but may also have any number of inner loops. Those inner loops describe holes in the surface the outer loop decribes.
Loops are made up of a number of 2D points.
Bases: DataGeometryBase
Class constructor for a 2d polygon.
j (dict, optional) – json formatted dictionary of this class, defaults to {}
Bases: DataGeometryBase
Class constructor
j (dict, optional) – json formatted dictionary of this class, defaults to {}