|
| static Array | All (Number VisCrit) |
| | To get all the SBIM in the document. More...
|
| |
| Array | ApplyFilter (String iFilter="", QStringList iStoreyNames={}) |
| | Edit content of the BIM with given filters. More...
|
| |
| Array | ConvertPolys () |
| | Convert all filtered geometries into a table of mesh. More...
|
| |
| static Array | FromClick () |
| | Launches a click interaction to select a SBIM in the scene. More...
|
| |
| static Array | FromFile (String iFilename, String iFilter="", QStringList iStoreyNames={}) |
| | Import a BIM file (.rvt, .ifc) and apply filters. More...
|
| |
| static Array | FromName (String Name) |
| | Search all the SBIM with the given name. More...
|
| |
| static Array | FromSel () |
| | To get all the selected SBIM. More...
|
| |
| static Array | GetMetadata (SPoly iMesh) |
| | Get all metadata associated to the given mesh as list of key and value for each metadata. More...
|
| |
| static SBIM | New (SBIM Other) |
| | Constructs an SBIM by copying the SBIM Other. More...
|
| |
| | SetBIMRepresentation (BIMRepresentationTypeEnum iRepresentation) |
| | The representation of the component is modified. More...
|
| |
| String | toString () |
| | Get the type of the variable. More...
|
| |
| static String | toString () |
| | Get the type of the variable. More...
|
| |
| | AddToDoc () |
| | To add the object to the document. More...
|
| |
| static Array | All (Number VisCrit) |
| | To get all the SComp in the document. More...
|
| |
| | ApplyTransformation (SMatrix iMatrix) |
| | To apply a geometric transformation to the current object by making a product with the given matrix. More...
|
| |
| | Clear () |
| | To deallocate object memory. More...
|
| |
| static Array | FromClick () |
| | Launches a click interaction to select a SComp in the scene. More...
|
| |
| static Array | FromName (String Name) |
| | Search all the component with the given name. More...
|
| |
| static Array | FromSel () |
| | To get all the selected SComp. More...
|
| |
| Array | GetBoundingBox () |
| | Calculates the bounding box of the component. More...
|
| |
| Array | GetColors () |
| | To get the colors of the component. More...
|
| |
| String | GetFolderName () |
| | The component containing folder's name. More...
|
| |
| String | GetName () |
| | The component's name. More...
|
| |
| String | GetPath () |
| | To get the full path of a comp in the tree. More...
|
| |
| | Invert () |
| | Normal of the component is inverted. More...
|
| |
| Boolean | IsInDoc () |
| | Return if the component is in the document or not. More...
|
| |
| Boolean | IsVisible () |
| |
| | MoveToGroup (String GroupPath, Boolean MoveInsideTopParent) |
| | 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 () |
| | To remove the object from the document. More...
|
| |
| | SetClippable (Boolean clipping) |
| | Set clippable or not. More...
|
| |
| | SetColors (Number Red, Number Green, Number Blue) |
| | Sets the colors of the component. More...
|
| |
| | SetName (String ComponentName) |
| | To set the component's name. More...
|
| |
| | SetRepresentationType (RepresentationTypeEnum Representation) |
| | The shading type of the component is modified. More...
|
| |
| | SetTransparency (Number Alpha) |
| | Sets the transparency of the component. More...
|
| |
| | SetVisibility (Boolean Visible) |
| | Sets the component to be visible, or not visible. More...
|
| |
| String | toString () |
| | Get the type of the variable. More...
|
| |
| String | toString () |
| | Get the type of the variable. More...
|
| |
| | Translate (SVector Vector) |
| | To make a translation of the current object with an SVector. More...
|
| |
| | Clear () |
| | To deallocate memory of the object. More...
|
| |
| String | toString () |
| | Get the type of the variable. More...
|
| |
BIM manipulation class. The SBIM creation can be done by calling the static function New() to copy an existing SBIM.