SurfaceParameterOf(Point3d, Tolerance)
Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public Point2d ParameterOf(
Point3d point,
Tolerance tolerance
)
Public Function ParameterOf (
point As Point3d,
tolerance As Tolerance
) As Point2d
public:
Point2d ParameterOf(
Point3d point,
Tolerance tolerance
)
member ParameterOf :
point : Point3d *
tolerance : Tolerance -> Point2d
Parameters
- point Point3d
-
- tolerance Tolerance
-
Return Value
Point2d
See Also