GCompositeCurve.ComputeApproximatedBoundingBox Method

Computes the primitive's approximated bounding box.
Protected Overrides Sub ComputeApproximatedBoundingBox( _ 
ByRef boxMin As Point3D, _ 
ByRef boxMax As Point3D
)
This language is not supported or no code example is available.
protected override void ComputeApproximatedBoundingBox( 
out Point3D boxMin
out Point3D boxMax 
)
This language is not supported or no code example is available.

Parameters

boxMin
Point3D

boxMax
Point3D

.NET Framework

Supported in: 4.7.2

In this article

Definition