Cyclone 3DR Script
from Technodigit, part of Hexagon. Copyright 1997-2024.
|
Abstract class used by the following derived classes: SClippingBox and SClippingPlane. More...
Public Member Functions | |
ActivateInAllScenes () | |
Activate the clipping object in all scenes. More... | |
ActivateInScene (number sceneIndex) | |
Activate the clipping object in the given scene. More... | |
Clip (SComp comp) | |
Clip a SComp. More... | |
ClipAll () | |
Clip all SComp in the current document. More... | |
ClipTable (Array< SComp > compTable) | |
Clip a table of SComp. More... | |
DeactivateInAllScenes () | |
Deactivate the clipping object in all scenes. More... | |
DeactivateInScene (number sceneIndex) | |
Deactivate the clipping object in a given scene. More... | |
boolean | IsActivatedInAllScenes () |
Return if the SClipping is activated in all scenes. More... | |
boolean | IsActivatedInScene (number sceneIndex) |
Return if the SClipping is activated in a given scene. More... | |
boolean | IsClipped (SComp comp) |
Return if the SComp is clipped or not. More... | |
string | toString () |
Get the type of the variable. More... | |
Unclip (SComp comp) | |
Unclip a SComp. More... | |
UnclipAll () | |
Unclip all SComp in the current document. More... | |
UnclipTable (Array< SComp > compTable) | |
Unclip a table of SComp. More... | |
Public Member Functions inherited from SComp | |
AddToDoc () | |
Add the object to the document. More... | |
ApplyTransformation (SMatrix matrix) | |
Apply a geometric transformation to the current object by making a product with the given matrix. More... | |
Object | GetBoundingBox (SMatrix ucs=null) |
Calculate the bounding box of the object. More... | |
Object | GetColors () |
Get the colors of the object. More... | |
string | GetFolderName () |
Get the name of the folder containing the object. More... | |
string | GetName () |
Return the object's name. More... | |
string | GetPath () |
Return the full path of a SComp in the tree. More... | |
Invert () | |
Invert the normal of the object. More... | |
boolean | IsInDoc () |
Return if the object is in the document or not. More... | |
boolean | IsVisible () |
Get the visibility of the object. More... | |
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. More... | |
RemoveFromDoc () | |
Remove the object from the document. More... | |
SetClippable (boolean clipping) | |
Set clippable or not. More... | |
SetColors (number red, number green, number blue) | |
Set the colors of the object. More... | |
SetName (string objectName) | |
Set the object's name. More... | |
SetTransparency (number alpha) | |
Set the transparency of the object. More... | |
SetVisibility (boolean visible) | |
Set the object to be visible, or not visible. More... | |
string | toString () |
Get the type of the variable. More... | |
Translate (SVector vector) | |
Make a translation of the current object with an SVector. More... | |
Static Public Member Functions | |
static Array< SClipping > | All (VisibilityEnum visCrit=SComp.ANY_VISIBILITY) |
Get all the SClipping in the document. More... | |
static Object | FromClick () |
Launch an interaction to select a SClipping in the scene. More... | |
static Array< SClipping > | FromName (string name) |
Search all the SClipping with the given name. More... | |
static Array< SClipping > | FromSel () |
Get all the selected SClipping. More... | |
static Array< SClipping > | GetAllActivated (VisibilityEnum visCrit=SComp.ANY_VISIBILITY) |
Get all the activated SClipping in the document. More... | |
Static Public Member Functions inherited from SComp | |
static Array< SComp > | All (VisibilityEnum visCrit=SComp.ANY_VISIBILITY) |
Get all the SComp in the document. More... | |
static Object | FromClick () |
Launch an interaction to select a SComp in the scene. More... | |
static Array< SComp > | FromName (string name) |
Search all the SComp with the given name. More... | |
static Array< SComp > | FromSel () |
Get all the selected SComp. More... | |
Additional Inherited Members | |
Public Types inherited from SComp | |
enum | VisibilityEnum { HIDDEN_ONLY = 0 , VISIBLE_ONLY = 1 , ANY_VISIBILITY = 2 } |
Visible criteria. More... | |
Abstract class used by the following derived classes: SClippingBox and SClippingPlane.
SClipping::ActivateInAllScenes | ( | ) |
Activate the clipping object in all scenes.
SClipping::ActivateInScene | ( | number | sceneIndex | ) |
Activate the clipping object in the given scene.
sceneIndex | (number) The index of the scene |
|
static |
Get all the SClipping in the document.
visCrit | (VisibilityEnum) Visible selection criteria
|
SClipping::ClipAll | ( | ) |
Clip all SComp in the current document.
SClipping::ClipTable | ( | Array< SComp > | compTable | ) |
SClipping::DeactivateInAllScenes | ( | ) |
Deactivate the clipping object in all scenes.
SClipping::DeactivateInScene | ( | number | sceneIndex | ) |
Deactivate the clipping object in a given scene.
sceneIndex | (number) The index of the scene |
|
static |
Launch an interaction to select a SClipping in the scene.
|
static |
|
static |
|
static |
Get all the activated SClipping in the document.
visCrit | (VisibilityEnum) Visible selection criteria
|
boolean SClipping::IsActivatedInAllScenes | ( | ) |
boolean SClipping::IsActivatedInScene | ( | number | sceneIndex | ) |
boolean SClipping::IsClipped | ( | SComp | comp | ) |
string SClipping::toString | ( | ) |
Get the type of the variable.
SClipping::UnclipAll | ( | ) |
Unclip all SComp in the current document.