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)
Syntaxpublic static double GetDoubleInViewport(
Point3d atPoint,
double startValue = NaN
)
Public Shared Function GetDoubleInViewport (
atPoint As Point3d,
Optional startValue As Double = NaN
) As Double
public:
static double GetDoubleInViewport(
Point3d atPoint,
double startValue = NaN
)
static member GetDoubleInViewport :
atPoint : Point3d *
?startValue : float
(* Defaults:
let _startValue = defaultArg startValue NaN
*)
-> float
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