GeometricElementProps Interface
Properties of a GeometricElement
extensions
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| category | string | The id of the category for this geometric element. | |
| elementGeometryBuilderParams | undefined | | How to build the element's GeometryStream. | |
| geom | undefined | GeometryStreamProps | The geometry stream properties | |
| placement | undefined | PlacementProps | The placement properties |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| classFullName | string | ElementProps | The full name of the ECClass for this entity, in the form "Schema:ClassName" |
| code | CodeProps | ElementProps | The Code for this element |
| federationGuid | undefined | string | ElementProps | A FederationGuid assigned to this element. |
| id | undefined | string | ElementProps | The Id of the entity. |
| isInstanceOfEntity Readonly | undefined | undefined | ElementProps | A non-existent property used to discriminate between EntityProps and Entity. |
| jsonProperties | undefined | any | ElementProps | Optional json properties of this element. |
| model | string | ElementProps | The Id of the Model containing this element |
| parent | undefined | RelatedElementProps | ElementProps | The Parent of this element, if defined. |
| userLabel | undefined | string | ElementProps | A user-assigned label for this element. |
Defined in
- core/common/src/ElementProps.ts Line 104
Last Updated: 30 November, 2023