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 ComputeNumNormals()#
 
- static ComputeNumPoints()#
 
- static GenerateNormals()#
 
- static GeneratePoints()#
 
- static GenerateTopology()#
 
- static GetNormalsInterpolation()#
 
- minNumCapAxial = 1#
 
- minNumRadial = 3#
 
- class pxr.GeomUtil.ConeMeshGenerator#
 Methods:
Attributes:
- static ComputeNumNormals()#
 
- static ComputeNumPoints()#
 
- static GenerateNormals()#
 
- static GeneratePoints()#
 
- static GenerateTopology()#
 
- static GetNormalsInterpolation()#
 
- minNumRadial = 3#
 
- class pxr.GeomUtil.CuboidMeshGenerator#
 Methods:
- static ComputeNumNormals()#
 
- static ComputeNumPoints()#
 
- static GenerateNormals()#
 
- static GeneratePoints()#
 
- static GenerateTopology()#
 
- static GetNormalsInterpolation()#
 
- class pxr.GeomUtil.CylinderMeshGenerator#
 Methods:
Attributes:
- static ComputeNumNormals()#
 
- static ComputeNumPoints()#
 
- static GenerateNormals()#
 
- static GeneratePoints()#
 
- static GenerateTopology()#
 
- static GetNormalsInterpolation()#
 
- minNumRadial = 3#
 
- class pxr.GeomUtil.DiskMeshGenerator#
 Methods:
Attributes:
- static ComputeNumNormals()#
 
- static ComputeNumPoints()#
 
- static GenerateNormals()#
 
- static GeneratePoints()#
 
- static GenerateTopology()#
 
- static GetNormalsInterpolation()#
 
- minNumRadial = 3#
 
- class pxr.GeomUtil.InterpolationTokens#
 Attributes:
- constant = 'constant'#
 
- uniform = 'uniform'#
 
- vertex = 'vertex'#
 
- class pxr.GeomUtil.PlaneMeshGenerator#
 Methods:
- static ComputeNumNormals()#
 
- static ComputeNumPoints()#
 
- static GenerateNormals()#
 
- static GeneratePoints()#
 
- static GenerateTopology()#
 
- static GetNormalsInterpolation()#