Method ComputeExtent
ComputeExtent(double, double, TfToken, VtVec3fArray)
Declaration
public static bool ComputeExtent(double width, double length, TfToken axis, VtVec3fArray extent)
Parameters
| Type | Name | Description |
|---|---|---|
| double | width | |
| double | length | |
| TfToken | axis | |
| VtVec3fArray | extent |
Returns
| Type | Description |
|---|---|
| bool |
ComputeExtent(double, double, TfToken, GfMatrix4d, VtVec3fArray)
Declaration
public static bool ComputeExtent(double width, double length, TfToken axis, GfMatrix4d transform, VtVec3fArray extent)
Parameters
| Type | Name | Description |
|---|---|---|
| double | width | |
| double | length | |
| TfToken | axis | |
| GfMatrix4d | transform | |
| VtVec3fArray | extent |
Returns
| Type | Description |
|---|---|
| bool |