BrepType Enumeration |
Shape catalog renewal makes it possible to organize shapes in the shape catalog compared to a plain list before.
Thus, it is now possible and required to distinguish shapes in such a manner that:
BuildingProduct represent shapes that users can import from, for example, Tekla Warehouse and insert them into a model.
These are usually provided by the manufacturer and not detailed by users themselves.
StructuralShape represent shapes that get created by "Convert part to item" or from geometry editing.
Namespace: Tekla.Structures.Catalogs
Assembly: Tekla.Structures.Catalogs (in Tekla.Structures.Catalogs.dll) Version: 2024.0.0+a110b435391768740483e3032720a566518c9a63
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
BuildingProduct | 0 | Default value if the flag doesn't exist for the shape. It is also assigned in case of shape import. | |
StructuralShape | 1 | StructuralShape is assigned in case a shape is created by "Convert part to item", or on shape edit and save. |
See Also