Uses of Class
org.blender.dna.BoundBox
-
Packages that use BoundBox Package Description org.blender.dna -
-
Uses of BoundBox in org.blender.dna
Methods in org.blender.dna that return types with arguments of type BoundBox Modifier and Type Method Description CPointer<BoundBox>
BoundBox. __io__addressof()
Instantiates a pointer on this instance.CPointer<BoundBox>
MetaElem. getBb()
Get method for struct member 'bb'.CPointer<BoundBox>
Object_Runtime. getBb()
Get method for struct member 'bb'.CPointer<BoundBox>
RegionView3D. getClipbb()
Get method for struct member 'clipbb'.Method parameters in org.blender.dna with type arguments of type BoundBox Modifier and Type Method Description void
MetaElem. setBb(CPointer<BoundBox> bb)
Set method for struct member 'bb'.void
Object_Runtime. setBb(CPointer<BoundBox> bb)
Set method for struct member 'bb'.void
RegionView3D. setClipbb(CPointer<BoundBox> clipbb)
Set method for struct member 'clipbb'.Constructors in org.blender.dna with parameters of type BoundBox Constructor Description BoundBox(BoundBox that)
-