Package | Description |
---|---|
org.blender.dna |
Modifier and Type | Method and Description |
---|---|
CPointer<MFace> |
MFace.__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<MFace> |
Mesh.getMface()
Get method for struct member 'mface'.
|
CPointer<MFace> |
CollisionModifierData.getMfaces()
Get method for struct member 'mfaces'.
|
Modifier and Type | Method and Description |
---|---|
void |
Mesh.setMface(CPointer<MFace> mface)
Set method for struct member 'mface'.
|
void |
CollisionModifierData.setMfaces(CPointer<MFace> mfaces)
Set method for struct member 'mfaces'.
|
Constructor and Description |
---|
MFace(MFace that) |