RVTDocs.com
Namespace: Autodesk.Revit.DB Class: BoundingBoxUV

BoundingBoxUV(Double, Double, Double, Double)

Constructor
Description:
Creates object with supplied values.
Syntax
public BoundingBoxUV(
	double min_u,
	double min_v,
	double max_u,
	double max_v
)
Parameters
Parameter Type Description
min_u Double The first coordinate of min.
min_v Double The second coordinate of min.
max_u Double The first coordinate of max.
max_v Double The second coordinate of max.
Return Value