| MPxSurfaceShape () | |||||||||||||||||
| ~MPxSurfaceShape () | |||||||||||||||||
| type () const | |||||||||||||||||
| isBounded () const | |||||||||||||||||
| boundingBox () const | |||||||||||||||||
MVertexCachingMode
| |||||||||||||||||
| transformUsing ( const MMatrix & mat, const MObjectArray & componentList ) | |||||||||||||||||
| transformUsing ( const MMatrix & mat, const MObjectArray & componentList, MVertexCachingMode cachingMode, MPointArray * pointCache) | |||||||||||||||||
| tweakUsing ( const MMatrix & mat, const MObjectArray & componentList, MVertexCachingMode cachingMode, MPointArray * pointCache, MArrayDataHandle & handle ) | |||||||||||||||||
| convertToTweakNodePlug ( MPlug & plug) const | |||||||||||||||||
MVertexOffsetMode
| |||||||||||||||||
| vertexOffsetDirection ( MObject & component, MVectorArray & direction, MVertexOffsetMode mode, bool normalize ) | |||||||||||||||||
| newControlPointComponent ( ) const | |||||||||||||||||
| componentToPlugs ( MObject & component, MSelectionList & selectionList ) const | |||||||||||||||||
| match ( const MSelectionMask & mask, const MObjectArray & componentList ) const | |||||||||||||||||
MatchResult
| |||||||||||||||||
| matchComponent ( const MSelectionList & item, const MAttributeSpecArray & spec, MSelectionList & list ) | |||||||||||||||||
| createFullVertexGroup () const | |||||||||||||||||
| deleteComponents ( const MObjectArray & componentList, MDoubleArray & undoInfo ) | |||||||||||||||||
| undeleteComponents ( const MObjectArray & componentList, MDoubleArray & undoInfo ) | |||||||||||||||||
| localShapeInAttr () const | |||||||||||||||||
| localShapeOutAttr () const | |||||||||||||||||
| worldShapeOutAttr () const | |||||||||||||||||
| cachedShapeAttr () const | |||||||||||||||||
| geometryData () const | |||||||||||||||||
| closestPoint ( const MPoint & toThisPoint, MPoint & theClosestPoint, double tolerance ) | |||||||||||||||||
| pointAtParm ( const MPoint & atThisParm, MPoint & evaluatedPoint ) | |||||||||||||||||
| geometryIteratorSetup ( MObjectArray &, MObject &, bool forReadOnly = false ) | |||||||||||||||||
| acceptsGeometryIterator ( bool writeable=true ) | |||||||||||||||||
| acceptsGeometryIterator ( MObject &, bool writeable=true, bool forReadOnly = false) | |||||||||||||||||
| activeComponents () const | |||||||||||||||||
| hasActiveComponents () const | |||||||||||||||||
MChildChanged
| |||||||||||||||||
| childChanged ( MChildChanged = kObjectChanged ) | |||||||||||||||||
| isRenderable () const | |||||||||||||||||
| setRenderable ( bool ) | |||||||||||||||||
| getWorldMatrix ( MDataBlock &, unsigned int ) const | |||||||||||||||||
| mHasHistoryOnCreate | |||||||||||||||||
| mControlPoints Control points for the derived shapes | |||||||||||||||||
| mControlValueX X value of a control point | |||||||||||||||||
| mControlValueY Y value of a control point | |||||||||||||||||
| mControlValueZ Z value of a control point | |||||||||||||||||
| nodeBoundingBox bounding box attribute | |||||||||||||||||
| nodeBoundingBoxMin bounding box minimum point | |||||||||||||||||
| nodeBoundingBoxMinX X component of boundingBoxMin | |||||||||||||||||
| nodeBoundingBoxMinY Y component of boundingBoxMin | |||||||||||||||||
| nodeBoundingBoxMinZ Z component of boundingBoxMin | |||||||||||||||||
| nodeBoundingBoxMax bounding box maximum point | |||||||||||||||||
| nodeBoundingBoxMaxX X component of boundingBoxMax | |||||||||||||||||
| nodeBoundingBoxMaxY Y component of boundingBoxMax | |||||||||||||||||
| nodeBoundingBoxMaxZ Z component of boundingBoxMax | |||||||||||||||||
| nodeBoundingBoxSize bounding box size vector | |||||||||||||||||
| nodeBoundingBoxSizeX X component of boundingBoxSize | |||||||||||||||||
| nodeBoundingBoxSizeY Y component of boundingBoxSize | |||||||||||||||||
| nodeBoundingBoxSizeZ Z component of boundingBoxSize | |||||||||||||||||
| center object center attribute | |||||||||||||||||
| boundingBoxCenterX X component of boundingBoxCenter | |||||||||||||||||
| boundingBoxCenterY Y component of boundingBoxCenter | |||||||||||||||||
| boundingBoxCenterZ Z component of boundingBoxCenter | |||||||||||||||||
| matrix matrix attribute | |||||||||||||||||
| inverseMatrix inverse matrix attribute | |||||||||||||||||
| worldMatrix world matrix attribute | |||||||||||||||||
| worldInverseMatrix inverse world matrix attribute | |||||||||||||||||
| parentMatrix parent matrix attribute | |||||||||||||||||
| parentInverseMatrix inverse parent matrix attribute | |||||||||||||||||
| visibility visibility attribute | |||||||||||||||||
| intermediateObject intermediate object attribute | |||||||||||||||||
| isTemplated template attribute | |||||||||||||||||
| instObjGroups instances object group info attribute | |||||||||||||||||
| objectGroups object groups attributes | |||||||||||||||||
| objectGrpCompList component in object groups attribute | |||||||||||||||||
| objectGroupId group id attribute | |||||||||||||||||
| objectGroupColor group id attribute | |||||||||||||||||
| useObjectColor controls choice of wireframe dormant object color | |||||||||||||||||
| objectColor the per object dormant wireframe color |
| Type | |
| postConstructor () | |
| compute ( const MPlug & plug, MDataBlock & dataBlock ) | |
| getInternalValueInContext ( const MPlug & plug, MDataHandle & dataHandle, MDGContext & ctx) | |
| setInternalValueInContext ( const MPlug & plug, const MDataHandle & dataHandle, MDGContext & ctx) | |
| getInternalValue ( const MPlug & plug, MDataHandle & dataHandle) | |
| setInternalValue ( const MPlug & plug, const MDataHandle & dataHandle) | |
| internalArrayCount ( const MPlug & plug, const MDGContext & ctx) const | |
| copyInternalData ( MPxNode * ) | |
| legalConnection ( const MPlug & plug, const MPlug & otherPlug, bool asSrc, bool& isLegal ) const | |
| legalDisconnection ( const MPlug & plug, const MPlug & otherPlug, bool asSrc, bool& isLegal ) const | |
| setDependentsDirty ( const MPlug & plug, MPlugArray & plugArray) | |
| connectionMade ( const MPlug & plug, const MPlug & otherPlug, bool asSrc ) | |
| connectionBroken ( const MPlug & plug, const MPlug & otherPlug, bool asSrc ) | |
| isPassiveOutput ( const MPlug & plug ) const | |
| shouldSave ( const MPlug & plug, bool& isSaving ) | |
| passThroughToOne ( const MPlug & plug ) const | |
| passThroughToMany ( const MPlug & plug, MPlugArray & plugArray ) const | |
| typeId () const | |
| typeName () const | |
| name () const | |
| type () const | |
| isAbstractClass () const | |
| thisMObject () const | |
| addAttribute ( const MObject & attr ) | |
| inheritAttributesFrom ( const MString & parentClassName ) | |
| attributeAffects ( const MObject & whenChanges, const MObject & isAffected ) | |
| setExistWithoutInConnections ( bool flag ) | |
| existWithoutInConnections ( MStatus * ReturnStatus = NULL ) const | |
| setExistWithoutOutConnections ( bool flag ) | |
| existWithoutOutConnections ( MStatus * ReturnStatus = NULL ) const | |
| message | |
| isHistoricallyInteresting | |
| caching | |
| state |
| forceCache ( MDGContext & ctx= MDGContext::fsNormal ) | |
| setMPSafe ( bool flag ) | |
| setDoNotWrite ( bool flag ) | |
| doNotWrite ( MStatus *ReturnStatus = NULL ) const |
| Autodesk® Maya® 2008 © 1997-2007 Autodesk, Inc. All rights reserved. | doc++ Copyright |