IfcProduct

class compas_ifc.entities.extensions.IfcProduct

Bases: object

Extension class for IfcProduct.

Attributes:
styleIfcStyle

The style of the product.

geometrycompas_ifc.brep.TessellatedBrep

The geometry of the product. (OCCBrep is using COMPAS OCC)

framecompas.geometry.Frame

The frame of the product.

Inherited Methods

__init__