ViewCreate3dView Method (Drawing, Point, ViewViewAttributes, View) |
Generates a new 3d view on the sheet of the given active drawing.
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
public static bool Create3dView( Drawing drawing, Point viewInsertionPoint, ViewViewAttributes viewAttributes, out View view )
Parameters
- drawing
- Type: Tekla.Structures.DrawingDrawing
The active drawing in which to create the view. - viewInsertionPoint
- Type: Tekla.Structures.Geometry3dPoint
The center point of the view. - viewAttributes
- Type: Tekla.Structures.DrawingViewViewAttributes
The attributes for the view to be created. - view
- Type: Tekla.Structures.DrawingView
The created view is returned if the creation was successful. Otherwise, null is returned.
Return Value
Type: BooleanTrue if the view was created successfully.
| Exception | Condition |
|---|---|
| InvalidTypeException | Thrown if given drawing is GA drawing. |
| TeklaStructuresDrawingsApplicationException | Thrown if an unknown error occurrs. |