RhinoCommon API
OrdinateDimensionAdjustFromPoints Method |
Update Dimension geometry from point locations
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public bool AdjustFromPoints( Plane plane, OrdinateDimensionMeasuredDirection direction, Point3d basepoint, Point3d defpoint, Point3d leaderpoint, double kinkoffset1, double kinkoffset2 )
Public Function AdjustFromPoints ( plane As Plane, direction As OrdinateDimensionMeasuredDirection, basepoint As Point3d, defpoint As Point3d, leaderpoint As Point3d, kinkoffset1 As Double, kinkoffset2 As Double ) As Boolean
Parameters
- plane
- Type: Rhino.GeometryPlane
Dimension's plane - direction
- Type: Rhino.GeometryOrdinateDimensionMeasuredDirection
MeasuredDirection.XAxis or MeasuredDirection.YAxisw - 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
Return Value
Type: Boolean[Missing <returns> documentation for "M:Rhino.Geometry.OrdinateDimension.AdjustFromPoints(Rhino.Geometry.Plane,Rhino.Geometry.OrdinateDimension.MeasuredDirection,Rhino.Geometry.Point3d,Rhino.Geometry.Point3d,Rhino.Geometry.Point3d,System.Double,System.Double)"]
