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.

StraightDimensionSetHandlerCreateDimensionSet Method

Overload List
  NameDescription
Public methodCreateDimensionSet(ViewBase, PointList, Vector, Double)
Creates straight dimensions and combines them to one straight dimension set. Returns null if fails.
Public methodCreateDimensionSet(ViewBase, PointList, Vector, Double, StraightDimensionSetStraightDimensionSetAttributes)
Creates straight dimensions and combines them to one straight dimension set. Returns null if fails.
Public methodCreateDimensionSet(ViewBase, PointList, Vector, Double, Double, Double)
Creates straight dimensions and combines them to one straight dimension set. Returns null if fails.
Public methodCreateDimensionSet(ViewBase, PointList, Vector, Double, Double, Double, StraightDimensionSetStraightDimensionSetAttributes)
Creates straight dimensions and combines them to one straight dimension set. Returns null if fails.
Top
See Also