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