Method ComputeExtent
ComputeExtent(VtVec3fArray, VtFloatArray, VtVec3fArray)
Declaration
public static bool ComputeExtent(VtVec3fArray points, VtFloatArray widths, VtVec3fArray extent)
Parameters
| Type | Name | Description |
|---|---|---|
| VtVec3fArray | points | |
| VtFloatArray | widths | |
| VtVec3fArray | extent |
Returns
| Type | Description |
|---|---|
| bool |
ComputeExtent(VtVec3fArray, VtFloatArray, GfMatrix4d, VtVec3fArray)
Declaration
public static bool ComputeExtent(VtVec3fArray points, VtFloatArray widths, GfMatrix4d transform, VtVec3fArray extent)
Parameters
| Type | Name | Description |
|---|---|---|
| VtVec3fArray | points | |
| VtFloatArray | widths | |
| GfMatrix4d | transform | |
| VtVec3fArray | extent |
Returns
| Type | Description |
|---|---|
| bool |