BCFclass
File reader for BIM Collaboration Format (BCF) files
|
Visualization Info (.bcfv) definition More...
Public Member Functions | |
Boolean | CameraDefined () |
Returns if a Camera is defined (either Orthogonal or Perspective More... | |
Boolean | OrthogonalDefined () |
Returns if an Orthogonal Camera is defined More... | |
Boolean | PerspectiveDefined () |
Returns if an Orthogonal Camera is defined More... | |
String | CameraText () |
Returns a text with Camera definition More... | |
Properties | |
Components | Components [get, set] |
OrthogonalCamera | OrthogonalCamera [get, set] |
PerspectiveCamera | PerspectiveCamera [get, set] |
Collection< Line > | Lines [get] |
Boolean | LinesSpecified [get] |
Collection< ClippingPlane > | ClippingPlanes [get] |
Boolean | ClippingPlanesSpecified [get] |
Collection< VisualizationInfoBitmap > | Bitmap [get] |
Boolean | BitmapSpecified [get] |
String | Guid [get, set] |
Visualization Info (.bcfv) definition
The Visualization Info includes the following properties :
Components | The components node contains a set of Component references The components node has also the DefaultVisibility attribute which indicates true or false for all components of the viewpoint |
OrthogonalCamera | This element describes a viewpoint using orthogonal camera |
PerspectiveCamera | This element describes a viewpoint using perspective camera |
Lines | Lines can be used to add markup in 3D |
ClippingPlanes | ClippingPlanes can be used to define a subsection of a building model that is related to the topic |
Bitmap | A list of bitmaps can be used to add more information, for example, text in the visualization |
Guid | Guid of the viewpoint |
The numeric values in this file are all given in fixed units (meters for length and degrees for angle)
Unit conversion is not required, since the values are not relevant to the user
|
inline |
Returns if a Camera is defined (either Orthogonal or Perspective
In addition to the class extracted from the BCF schema
|
inline |
Returns a text with Camera definition
In addition to the class extracted from the BCF schema
|
inline |
Returns if an Orthogonal Camera is defined
In addition to the class extracted from the BCF schema
|
inline |
Returns if an Orthogonal Camera is defined
In addition to the class extracted from the BCF schema
|
get |
A list of bitmaps can be used to add more information, for example, text in the visualization
|
get |
|
getset |
The components node contains a set of Component references
The components node has also the DefaultVisibility attribute which indicates true or false for all components of the viewpoint
|
getset |
Guid of the viewpoint
|
get |
|
getset |
This element describes a viewpoint using orthogonal camera
|
getset |
This element describes a viewpoint using perspective camera