Click or drag to resize

GetDataGetDoubleInViewport Method

Gets a double by popping a dialog in the viewport where a 3d point is

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public static double GetDoubleInViewport(
	Point3d atPoint,
	double startValue = NaN
)

Parameters

atPoint
Type: Point3d

[Missing <param name="atPoint"/> documentation for "M:PolyFramework.GetData.GetDoubleInViewport(Rhino.Geometry.Point3d,System.Double)"]

startValue (Optional)
Type: SystemDouble

[Missing <param name="startValue"/> documentation for "M:PolyFramework.GetData.GetDoubleInViewport(Rhino.Geometry.Point3d,System.Double)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:PolyFramework.GetData.GetDoubleInViewport(Rhino.Geometry.Point3d,System.Double)"]

See Also