Methods
|
|
|
|
Surface_Model
|
Surface_Model ( self )
Surface_Model() -> Surface_Model
Surface_Model constructor documentation.
|
|
__hash__
|
__hash__ ( self )
arguments/return value unknown
hash instance
|
|
addAssociatedModel
|
addAssociatedModel ( self, model )
addAssociatedModel(Model* model)
addAssociatedModel documentation.
|
|
add_group
|
add_group (
self,
vertices,
vertex_indices,
rgba,
)
add_group(PyObject* vertices, PyObject* vertex_indices, PyObject* rgba) -> Surface_Group*
add_group documentation.
|
|
associatedModels
|
associatedModels ( self )
associatedModels() -> std::vector<Model*>
associatedModels documentation.
|
|
bbox
|
bbox ( self )
bbox() -> bool, otf::Geom3d::BBox
bbox documentation.
|
|
destroy
|
destroy ( self )
destroy()
destroy documentation.
|
|
oslChildren
|
oslChildren ( self )
oslChildren() -> std::vector<Selectable*>
oslChildren documentation.
|
|
oslIdent
|
oslIdent (
self,
start,
end,
)
oslIdent(enum Selector start, enum Selector end) -> std::string
oslIdent documentation.
|
|
oslLevel
|
oslLevel ( self )
oslLevel() -> enum Selector
oslLevel documentation.
|
|
oslParents
|
oslParents ( self )
oslParents() -> std::vector<Selectable*>
oslParents documentation.
|
|
oslTestAbbr
|
oslTestAbbr ( self, a )
oslTestAbbr(OSLAbbreviation* a) -> bool
oslTestAbbr documentation.
|
|
removeAssociatedModel
|
removeAssociatedModel ( self, model )
removeAssociatedModel(Model* model)
removeAssociatedModel documentation.
|
|
remove_group
|
remove_group ( self, g )
remove_group(Surface_Group* g)
remove_group documentation.
|