Click or drag to resize

LinearDimensionGet3dPoints Method

Get locations of dimension's 3d points

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool Get3dPoints(
	out Point3d extensionLine1End,
	out Point3d extensionLine2End,
	out Point3d arrowhead1End,
	out Point3d arrowhead2End,
	out Point3d dimlinepoint,
	out Point3d textpoint
)

Parameters

extensionLine1End
Type: Rhino.GeometryPoint3d
First definition point
extensionLine2End
Type: Rhino.GeometryPoint3d
Second definition point
arrowhead1End
Type: Rhino.GeometryPoint3d
First arrowhead point
arrowhead2End
Type: Rhino.GeometryPoint3d
Second Arrowhead point
dimlinepoint
Type: Rhino.GeometryPoint3d
Point on dimension line
textpoint
Type: Rhino.GeometryPoint3d
Text location

Return Value

Type: Boolean
true = success
See Also