|
|
| ActivateInAllScenes () |
| | Activate the clipping object in all scenes.
|
| |
| | ActivateInScene (number sceneIndex) |
| | Activate the clipping object in the given scene.
|
| |
| | Clip (SComp comp) |
| | Clip an SComp.
|
| |
|
| ClipAll () |
| | Clip all SComp in the current document.
|
| |
| | ClipTable (Array< SComp > compTable) |
| | Clip a table of SComp.
|
| |
|
| DeactivateInAllScenes () |
| | Deactivate the clipping object in all scenes.
|
| |
| | DeactivateInScene (number sceneIndex) |
| | Deactivate the clipping object in a given scene.
|
| |
| boolean | IsActivatedInAllScenes () |
| | Return if the SClipping is activated in all scenes.
|
| |
| boolean | IsActivatedInScene (number sceneIndex) |
| | Return if the SClipping is activated in a given scene.
|
| |
| boolean | IsClipped (SComp comp) |
| | Return if the SComp is clipped or not.
|
| |
| string | toString () |
| | Get the type of the variable.
|
| |
| | Unclip (SComp comp) |
| | Unclip an SComp.
|
| |
|
| UnclipAll () |
| | Unclip all SComp in the current document.
|
| |
| | UnclipTable (Array< SComp > compTable) |
| | Unclip a table of SComp.
|
| |
| | AddToDoc () |
| | Add the object to the document.
|
| |
| | ApplyTransformation (SMatrix matrix) |
| | Apply a geometric transformation to the current object by making a product with the given matrix.
|
| |
| Object | GetBoundingBox (SMatrix ucs=null) |
| | Calculate the bounding box of the object.
|
| |
| Object | GetColors () |
| | Get the colors of the object.
|
| |
| string | GetFolderName () |
| | Get the name of the folder containing the object.
|
| |
| string | GetName () |
| | Return the object's name.
|
| |
| string | GetPath () |
| | Return the full path of an SComp in the tree.
|
| |
|
| Invert () |
| | Invert the normal of the object.
|
| |
| boolean | IsInDoc () |
| | Return if the object is in the document or not.
|
| |
| boolean | IsVisible () |
| | Get the visibility of the object.
|
| |
| | MoveToGroup (string groupPath, boolean moveInsideTopParent=true) |
| | Move the object to the document group represent by the given path. If some groups, in the path, don't exist, they will be created.
|
| |
|
| RemoveFromDoc () |
| | Remove the object from the document.
|
| |
| | SetClippable (boolean clipping) |
| | Set clippable or not.
|
| |
| | SetColors (number red, number green, number blue) |
| | Set the colors of the object.
|
| |
| | SetName (string objectName) |
| | Set the object's name.
|
| |
| | SetTransparency (number alpha) |
| | Set the transparency of the object.
|
| |
| | SetVisibility (boolean visible) |
| | Set the object to be visible, or not visible.
|
| |
| string | toString () |
| | Get the type of the variable.
|
| |
| | Translate (SVector vector) |
| | Make a translation of the current object with an SVector.
|
| |
Abstract class used by the following derived classes: SClippingBox and SClippingPlane.