|
BoundingBox3Max Property
|
Gets the point of bounding box with maximum position coordinates.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Point3 Max { get; }
Public ReadOnly Property Max As Point3
Get
public:
property Point3 Max {
Point3 get ();
}
member Max : Point3 with get
Property Value
Type:
Point3
See Also