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
Syntax
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: Boolean
True if the view was created successfully.
Exceptions
ExceptionCondition
InvalidTypeExceptionThrown if given drawing is GA drawing.
TeklaStructuresDrawingsApplicationExceptionThrown if an unknown error occurrs.
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next