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