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