OrdinateDimension Constructor (Plane, OrdinateDimensionMeasuredDirection, Point3d, Point3d, Point3d, Double, Double) |
Constructs an ordinate dimension from parameters.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax public OrdinateDimension(
Plane plane,
OrdinateDimensionMeasuredDirection direction,
Point3d basepoint,
Point3d defpoint,
Point3d leaderpoint,
double kinkoffset1,
double kinkoffset2
)
Public Sub New (
plane As Plane,
direction As OrdinateDimensionMeasuredDirection,
basepoint As Point3d,
defpoint As Point3d,
leaderpoint As Point3d,
kinkoffset1 As Double,
kinkoffset2 As Double
)
Parameters
- plane
- Type: Rhino.GeometryPlane
Dimension's plane - direction
- Type: Rhino.GeometryOrdinateDimensionMeasuredDirection
MeasuredDirection.XAxis or MeasuredDirection.YAxis - basepoint
- Type: Rhino.GeometryPoint3d
Dimension's base point - defpoint
- Type: Rhino.GeometryPoint3d
Dimension's definition point - leaderpoint
- Type: Rhino.GeometryPoint3d
Point at tail of leader - kinkoffset1
- Type: SystemDouble
Distance to first jog - kinkoffset2
- Type: SystemDouble
Distance to second jog
See Also