BCFclass
File reader for BIM Collaboration Format (BCF) files
|
Viewpoint of a BCF file (referenced by a Topic or by a Comment) More...
Properties | |
BCFvisinfo.VisualizationInfo | Bcfv [get, set] |
Content of the VisualisationInfo (.bcfv) file More... | |
Bitmap | Image [get, set] |
Content (Bitmap) of the snapshot file More... | |
String | Viewpoint [get, set] |
Name of the Visualisation Info (.bcfv) file More... | |
String | Snapshot [get, set] |
Name of the Image (.png) file More... | |
Int32 | Index [get, set] |
Index number of the ViewPoint for sorting More... | |
bool | IndexSpecified [get, set] |
String | Guid [get, set] |
Guid of the ViewPoint More... | |
Viewpoint of a BCF file (referenced by a Topic or by a Comment)
The Viewpoint defines the position of the camera and includes also a snapshot of the view as it was when the Topic or the Comment was created.
Viewpoints are immutable, therefore they should never be changed once created. If new comments on a topic require different visualization, new viewpoints should be added. The Viewpoint includes the following properties :
Viewpoint | Visualisation Info (.bcfv) file name |
Snapshot | Snapshot file name |
Index | Index of the viewpoint |
Guid | Globally Unique Identifier |
Bcfv | Visualization information object |
Image | Content of the snapshot file (Bitmap) |
|
getset |
Content of the VisualisationInfo (.bcfv) file
In addition to the class extracted from the BCF schema
|
getset |
Guid of the ViewPoint
|
getset |
Content (Bitmap) of the snapshot file
In addition to the class extracted from the BCF schema
|
getset |
Index number of the ViewPoint for sorting
|
getset |
Name of the Image (.png) file
|
getset |
Name of the Visualisation Info (.bcfv) file