API Reference

Detailed and full API reference helps you master Tekla development

This is the most recent version of Tekla Open API.
For older versions, please visit Tekla Warehouse.

CastUnitDrawing Constructor

Overload List
  NameDescription
Public methodCastUnitDrawing(Identifier)
Instantiates a new cast unit drawing with standard attributes for a given cast unit.
Public methodCastUnitDrawing(Identifier, Int32)
Instantiates a new cast unit drawing with standard attributes and with a specified sheet number for a given cast unit.
Public methodCastUnitDrawing(Identifier, String)
Instantiates a new cast unit drawing with given attributes for a given cast unit.
Public methodCastUnitDrawing(Identifier, CastUnitDrawingCastUnitDrawingCreationType)
Instantiates a new cast unit drawing with standard attributes for a given cast unit.
Public methodCastUnitDrawing(Identifier, Int32, String)
Instantiates a new cast unit drawing with given attributes and with a specified sheet number for a given cast unit.
Public methodCastUnitDrawing(Identifier, CastUnitDrawingCastUnitDrawingCreationType, Int32)
Instantiates a new cast unit drawing by id with standard attributes and with a specified sheet number for a given cast unit.
Public methodCastUnitDrawing(Identifier, CastUnitDrawingCastUnitDrawingCreationType, String)
Instantiates a new cast unit drawing with given attributes for a given cast unit.
Public methodCastUnitDrawing(Identifier, CastUnitDrawingCastUnitDrawingCreationType, Int32, String)
Instantiates a new cast unit drawing by id with given attributes and with a specified sheet number for a given cast unit.
Top
See Also