Method ResetTransform
ResetTransform(uint, bool, bool, bool)
Set all transformation matrices to identity in a sub-tree.
Declaration
public void ResetTransform(uint root, bool recursive = true, bool keepInstantiation = true, bool keepPartTransform = false)
Parameters
Type | Name | Description |
---|---|---|
uint | root | Root occurrence for the process |
bool | recursive | If False, transformation will be applied only on the root and its components |
bool | keepInstantiation | If False, all occurrences will be singularized |
bool | keepPartTransform | If False, transformation will be applied to the shapes (BRepShape points or TessellatedShape vertices) |