Uses of Class
org.blender.dna.MTFace
-
Packages that use MTFace Package Description org.blender.dna -
-
Uses of MTFace in org.blender.dna
Methods in org.blender.dna that return types with arguments of type MTFace Modifier and Type Method Description CPointer<MTFace>
MTFace. __io__addressof()
Instantiates a pointer on this instance.CPointer<MTFace>
Mesh. getMtface()
Get method for struct member 'mtface'.Method parameters in org.blender.dna with type arguments of type MTFace Modifier and Type Method Description void
Mesh. setMtface(CPointer<MTFace> mtface)
Set method for struct member 'mtface'.Constructors in org.blender.dna with parameters of type MTFace Constructor Description MTFace(MTFace that)
-