ViewDefinition3dProps Interface

Parameters to construct a ViewDefinition3d

Extends

Properties

Name Type Description
angles YawPitchRollProps | undefined Rotation of the view frustum (could be undefined if going Matrix3d -> YawPitchRoll).  
camera CameraProps The camera used for this view.  
cameraOn boolean if true, camera is valid.  
extents XYZProps The extent of the view frustum.  
jsonProperties { viewDetails?: ViewDetails3dProps } | undefined Optional json properties of this element.  
origin XYZProps The lower left back corner of the view frustum.  

Inherited properties

Name Type Inherited from Description
categorySelector Inherited RelatedElementProps | undefined ViewDefinitionProps The CategorySelector for this view.
categorySelectorId Inherited string ViewDefinitionProps The Id of the CategorySelector for this view.
classFullName Inherited string ViewDefinitionProps The full name of the ECClass for this entity, in the form "Schema:ClassName"
code Inherited CodeProps ViewDefinitionProps The Code for this element
description Inherited string | undefined ViewDefinitionProps  
displayStyle Inherited RelatedElementProps | undefined ViewDefinitionProps The DisplayStyle for this view.
displayStyleId Inherited string ViewDefinitionProps The Id of the DisplayStyle for this view.
federationGuid Inherited string | undefined ViewDefinitionProps A FederationGuid assigned to this element.
id Inherited string | undefined ViewDefinitionProps The Id of the entity.
isInstanceOfEntity Readonly Inherited undefined | undefined ViewDefinitionProps A non-existent property used to discriminate between EntityProps and Entity.
isPrivate Inherited boolean | undefined ViewDefinitionProps  
model Inherited string ViewDefinitionProps The Id of the Model containing this element
parent Inherited RelatedElementProps | undefined ViewDefinitionProps The Parent of this element, if defined.
userLabel Inherited string | undefined ViewDefinitionProps A user-assigned label for this element.

Defined in

Last Updated: 28 April, 2026