DiametricDimension(Point3d, Point3d, Double, String, ObjectId) Constructor

Constructor. Creates a DiametricDimension object with specified parameters.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public DiametricDimension(
        Point3d chordPoint,
        Point3d farChordPoint,
        double leaderLength,
        string dimensionText,
        ObjectId dimensionStyle
)

Parameters

chordPoint  Point3d
The three-dimensional WCS coordinates that define the chord point on the circle or arc to be measured, and to which the dimension line is drawn.
farChordPoint  Point3d
The three-dimensional WCS coordinates that define the far chord point, opposite the chord point, on the circle or arc to be measured.
leaderLength  Double
The distance from the chord point to the dogleg of the dimension (a positive non-zero value).
dimensionText  String
Dimension text to replace the measured value text.
dimensionStyle  ObjectId
ObjectId of the dimension style that is used to draw the dimension entity.
See Also

©  Bricsys NV. All rights reserved.