Trees | Indices | Help |
|
---|
|
object --+ | base.Node --+ | object --+ | | | interface.Interface --+ | | | interface.iDuplicatable --+ | base.DependNode --+ | base.ContainerBase --+ | base.Entity --+ | object --+ | | | interface.Interface --+ | | | interface.iDagItem --+ | base.DagNode --+ | base.Shape --+ | GeometryShape --+ | DeformableShape --+ | ControlPoint --+ | SurfaceShape --+ | Mesh
Implemnetation of mesh related methods to make its handling more convenient
Component Access:
>>> m.cvtx[:] # a complete set of components >>> m.cvtx[1:4] # initialized with 3 indices >>> m.cvtx[1] # initialized with a single index >>> m.cvtx[1,2,3] # initialized with multiple indices >>> m.cf[(1,2,3)] # initialized with list or tuple >>> m.ce[iter(1,2,3)] # initialized from iterator >>> m.ce[api.MIntArray()] # initialized from MIntArray
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
Iterator Shortcuts | |||
---|---|---|---|
|
|||
Utilities | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Iterators | |||
|
|||
Inherited from Inherited from |
|||
Sets Interface | |||
Inherited from Inherited from |
|||
DAG Modification | |||
Inherited from Inherited from |
|||
Edit | |||
Inherited from Inherited from Inherited from |
|||
DAG Status Information | |||
Inherited from Inherited from |
|||
DAG Query | |||
Inherited from |
|||
Overridden Methods | |||
Inherited from Inherited from |
|||
Sets Handling | |||
Inherited from Inherited from |
|||
Connections and Attributes | |||
Inherited from |
|||
Status | |||
Inherited from Inherited from |
|||
General Query | |||
Inherited from Inherited from |
|||
Interface | |||
|
|||
Inherited from Inherited from |
|||
Query Methods | |||
Inherited from |
|||
Name Generation | |||
Inherited from |
|
|||
Interface | |||
---|---|---|---|
Inherited from |
|||
Name Generation | |||
Inherited from |
|
|||
eComponentType = enum(elm("vertex", api.MFn.kMeshVertComponent
|
|||
Inherited from Inherited from Inherited from |
|||
preset type filters | |||
---|---|---|---|
Inherited from Inherited from |
|||
Configuration | |||
Inherited from |
|
|||
Inherited from |
|
Note: we do not check topology for maximum flexibility |
|
|
Note: currently vertex and uv tweaks will be removed if keep is enabled, thus they must both be specified |
|
|
|
|
eComponentType
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 19 18:00:14 2011 | http://epydoc.sourceforge.net |