Methods Signatures
Find component within template.  | 
|
Find object within template.  | 
|
Get the template BaseDocument.  | 
Inheritance
Methods Documentation
- 
Template.FindComponent(self, name, ident)¶ Find component within template.
- Parameters
 name (str) – The component name to search for.
ident (bool) – If true, matches name and unique id string.
- Return type
 Optional[c4d.modules.character.builder.Component]
- Returns
 The found component or None.
- 
Template.FindObject(self, name)¶ Find object within template.
- Parameters
 name (str) – The component name to search for.
- Return type
 Optional[c4d.BaseObject]
- Returns
 The found object or None.
- 
Template.GetDocument(self)¶ Get the template BaseDocument.
- Return type
 - Returns
 The document.