Package | Description |
---|---|
org.blender.dna |
Modifier and Type | Method and Description |
---|---|
CPointer<BoundBox> |
BoundBox.__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<BoundBox> |
Object_Runtime.getBb()
Get method for struct member 'bb'.
|
CPointer<BoundBox> |
MetaElem.getBb()
Get method for struct member 'bb'.
|
CPointer<BoundBox> |
RegionView3D.getClipbb()
Get method for struct member 'clipbb'.
|
Modifier and Type | Method and Description |
---|---|
void |
Object_Runtime.setBb(CPointer<BoundBox> bb)
Set method for struct member 'bb'.
|
void |
MetaElem.setBb(CPointer<BoundBox> bb)
Set method for struct member 'bb'.
|
void |
RegionView3D.setClipbb(CPointer<BoundBox> clipbb)
Set method for struct member 'clipbb'.
|
Constructor and Description |
---|
BoundBox(BoundBox that) |