GeomUtil module#

Summary: The GeomUtil module contains utilities to help image common geometry.


Utilities to help image common geometry.

Classes:

class pxr.GeomUtil.CapsuleMeshGenerator#

Methods:

Attributes:

static ComputeNumPoints()#
static GeneratePoints()#
static GenerateTopology()#
minNumCapAxial = 1#
minNumRadial = 3#
class pxr.GeomUtil.ConeMeshGenerator#

Methods:

Attributes:

static ComputeNumPoints()#
static GeneratePoints()#
static GenerateTopology()#
minNumRadial = 3#
class pxr.GeomUtil.CuboidMeshGenerator#

Methods:

static ComputeNumPoints()#
static GeneratePoints()#
static GenerateTopology()#
class pxr.GeomUtil.CylinderMeshGenerator#

Methods:

Attributes:

static ComputeNumPoints()#
static GeneratePoints()#
static GenerateTopology()#
minNumRadial = 3#
class pxr.GeomUtil.SphereMeshGenerator#

Methods:

Attributes:

static ComputeNumPoints()#
static GeneratePoints()#
static GenerateTopology()#
minNumAxial = 2#
minNumRadial = 3#