SectionDrawingProps Interface

Properties that define a SectionDrawing.

Extends

Properties

Name Type Description
jsonProperties { displaySpatialView?: "true", drawingBoundaryClip?: ClipVectorProps, drawingToSpatialTransform?: TransformProps, sheetToSpatialTransform?: TransformProps } | undefined Optional json properties of this element.  
sectionType SectionType | undefined The type of section used to generate the drawing.  
spatialView RelatedElementProps | undefined The spatial view from which the section was generated.  

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 string | undefined ElementProps A FederationGuid assigned to this element.
id string | undefined ElementProps The Id of the entity.
isInstanceOfEntity Readonly undefined | undefined ElementProps A non-existent property used to discriminate between EntityProps and Entity.
model string ElementProps The Id of the Model containing this element
parent RelatedElementProps | undefined ElementProps The Parent of this element, if defined.
userLabel string | undefined ElementProps A user-assigned label for this element.

Defined in

Last Updated: 13 May, 2024