insertWithCamera MethodStatic

Insert an SpatialViewDefinition with camera On

insertWithCamera(iModelDb: IModelDb, definitionModelId: Id64String, name: string, modelSelectorId: Id64String, categorySelectorId: Id64String, displayStyleId: Id64String, range: Range3d, standardView: StandardViewIndex = StandardViewIndex.Iso, cameraAngle: number = Angle.piOver2Radians): Id64String

throws IModelError if there is an insert problem.

Parameter Type Description
iModelDb IModelDb Insert into this iModel
definitionModelId Id64String Insert the new OrthographicViewDefinition into this DefinitionModel
name string The name/CodeValue of the view
modelSelectorId Id64String The ModelSelector that this view should use
categorySelectorId Id64String The CategorySelector that this view should use
displayStyleId Id64String The DisplayStyle3d that this view should use
range Range3d Defines the view origin and extents
standardView StandardViewIndex Optionally defines the view's rotation
cameraAngle number Camera angle in radians.

Returns - The Id of the newly inserted OrthographicViewDefinition element

Defined in

Last Updated: 08 January, 2020