|  | Cyclone 3DR Script
    from Technodigit, part of Hexagon. Copyright 1997-2023. | 
Provide clipping plane edition and creation methods. More...
 
  
| Public Member Functions | |
| number | GetCurvilinearAbscissa () | 
| Return the current curvilinear abscissa of the SClippingPlane along its path.  More... | |
| number | GetDepth () | 
| Return the depth of the SClippingPlane.  More... | |
| Object | GetDirection () | 
| Return the directions of the SClippingPlane.  More... | |
| Object | GetPath () | 
| Return the path of the SClippingPlane as a polyline.  More... | |
| SPoint | GetPosition () | 
| Return the center of the SClippingPlane.  More... | |
| number | GetStep () | 
| Return the step of the SClippingPlane.  More... | |
| boolean | HasPath () | 
| Does the SClippingPlane have a path?  More... | |
| SMatrix | Move (number distance) | 
| Move the SClippingPlane to a given distance along its normal or its path if defined.  More... | |
| SMatrix | MoveInDirectionOf (SPoint targetPoint, boolean reprojectPoint=true) | 
| Move the SClippingPlane in direction of a given point along its normal or its path if defined.  More... | |
| SClippingPlane () | |
| Default constructor to create an empty new SClippingPlane.  More... | |
| SClippingPlane (SClippingPlane other) | |
| Construct a SClippingPlane by copying another SClippingPlane.  More... | |
| SClippingPlane (SMultiline path) | |
| Construct a SClippingPlane from a path.  More... | |
| SClippingPlane (SPlane plane) | |
| Construct a SClippingPlane from a plane.  More... | |
| SClippingPlane (SPoint center, SVector normal) | |
| Construct a SClippingPlane from a given center and normal direction.  More... | |
| SetDepth (number depth) | |
| Set the depth of the SClippingPlane.  More... | |
| SetDirection (SVector normal, SVector xDir=null) | |
| Set the normal of the SClippingPlane.  More... | |
| SetPosition (SPoint newCenter) | |
| Set the center of the SClippingPlane.  More... | |
| SetStep (number step) | |
| Set the step of the SClippingPlane.  More... | |
| string | toString () | 
| Get the type of the variable.  More... | |
|  Public Member Functions inherited from SClipping | |
| 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 () | 
| 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< SClippingPlane > | All (VisibilityEnum visCrit=SComp.ANY_VISIBILITY) | 
| Get all the SClippingPlane in the document.  More... | |
| static Object | FromClick () | 
| Launch an interaction to select a SClippingPlane in the scene.  More... | |
| static Array< SClippingPlane > | FromName (string name) | 
| Search all the SClippingPlane with the given name.  More... | |
| static Array< SClippingPlane > | FromSel () | 
| Get all the selected SClippingPlane.  More... | |
| static SClippingPlane | New () | 
| Default constructor to create an empty new SClippingPlane.  More... | |
| static SClippingPlane | New (SClippingPlane other) | 
| Construct a SClippingPlane by copying another SClippingPlane.  More... | |
| static SClippingPlane | New (SMultiline path) | 
| Construct a SClippingPlane from a path.  More... | |
| static SClippingPlane | New (SPlane plane) | 
| Construct a SClippingPlane from a plane.  More... | |
| static SClippingPlane | New (SPoint center, SVector normal) | 
| Construct a SClippingPlane from a given center and normal direction.  More... | |
|  Static Public Member Functions inherited from SClipping | |
| 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... | |
Provide clipping plane edition and creation methods.
| SClippingPlane::SClippingPlane | ( | ) | 
Default constructor to create an empty new SClippingPlane.
| SClippingPlane::SClippingPlane | ( | SClippingPlane | other | ) | 
Construct a SClippingPlane by copying another SClippingPlane.
| other | (SClippingPlane) The SClippingPlane to copy | 
| SClippingPlane::SClippingPlane | ( | SMultiline | path | ) | 
Construct a SClippingPlane from a path.
| path | (SMultiline) The path | 
| SClippingPlane::SClippingPlane | ( | SPlane | plane | ) | 
Construct a SClippingPlane from a plane.
| plane | (SPlane) The plane | 
Construct a SClippingPlane from a given center and normal direction.
| 
 | static | 
Get all the SClippingPlane in the document.
| visCrit | (VisibilityEnum) Visible selection criteria 
 | 
| 
 | static | 
Launch an interaction to select a SClippingPlane in the scene.
| ret.ErrorCode | (number) The error code 
 | 
| ret.ClippingPlane | (SClippingPlane) The selected SClippingPlane | 
| 
 | static | 
Search all the SClippingPlane with the given name.
| name | (string) The name to find | 
| 
 | static | 
Get all the selected SClippingPlane.
| number SClippingPlane::GetCurvilinearAbscissa | ( | ) | 
Return the current curvilinear abscissa of the SClippingPlane along its path.
| number SClippingPlane::GetDepth | ( | ) | 
Return the depth of the SClippingPlane.
| 0 | No depth, it's a single clipping plane | 
| > | 0 The distance between the 2 planes | 
| Object SClippingPlane::GetDirection | ( | ) | 
Return the directions of the SClippingPlane.
| Object SClippingPlane::GetPath | ( | ) | 
Return the path of the SClippingPlane as a polyline.
| ret.ErrorCode | (number) The error code 
 | 
| ret.Multi | (SMultiline) The path of the SClippingPlane | 
| SPoint SClippingPlane::GetPosition | ( | ) | 
Return the center of the SClippingPlane.
| number SClippingPlane::GetStep | ( | ) | 
Return the step of the SClippingPlane.
| 0 | No step, clipping plane movements using the mouse wheel are computed automatically | 
| > | 0 The fixed distance used to move the clipping plane using the mouse wheel | 
| boolean SClippingPlane::HasPath | ( | ) | 
Does the SClippingPlane have a path?
| true | The SClippingPlane has a path | 
| false | The SClippingPlane doesn't have a path | 
| SMatrix SClippingPlane::Move | ( | number | distance | ) | 
Move the SClippingPlane to a given distance along its normal or its path if defined.
| distance | (number) The distance for movement | 
Move the SClippingPlane in direction of a given point along its normal or its path if defined.
| targetPoint | (SPoint) The target point | 
| reprojectPoint | (boolean) Should we re-project 'targetPoint' onto the clipping plane's normal or path? CAUTION: if 'reprojectPoint = false', 'targetPoint' must already be onto the clipping plane's normal or path | 
| 
 | static | 
Default constructor to create an empty new SClippingPlane.
| 
 | static | 
Construct a SClippingPlane by copying another SClippingPlane.
| other | (SClippingPlane) The SClippingPlane to copy | 
| 
 | static | 
Construct a SClippingPlane from a path.
| path | (SMultiline) The path | 
| 
 | static | 
Construct a SClippingPlane from a plane.
| plane | (SPlane) The plane | 
| 
 | static | 
Construct a SClippingPlane from a given center and normal direction.
| SClippingPlane::SetDepth | ( | number | depth | ) | 
Set the depth of the SClippingPlane.
| depth | (number) The depth to set 
 | 
Set the normal of the SClippingPlane.
| SClippingPlane::SetPosition | ( | SPoint | newCenter | ) | 
Set the center of the SClippingPlane.
| newCenter | (SPoint) The center to set | 
| SClippingPlane::SetStep | ( | number | step | ) | 
Set the step of the SClippingPlane.
| step | (number) The step to set 
 | 
| string SClippingPlane::toString | ( | ) | 
Get the type of the variable.