BCFclass
File reader for BIM Collaboration Format (BCF) files
Properties | List of all members
BCFmarkup.ViewPoint Class Reference

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...
 

Detailed Description

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 :

ViewpointVisualisation Info (.bcfv) file name
SnapshotSnapshot file name
IndexIndex of the viewpoint
GuidGlobally Unique Identifier
BcfvVisualization information object
ImageContent of the snapshot file (Bitmap)

Property Documentation

◆ Bcfv

BCFvisinfo.VisualizationInfo BCFmarkup.ViewPoint.Bcfv
getset

Content of the VisualisationInfo (.bcfv) file

In addition to the class extracted from the BCF schema

◆ Guid

string BCFmarkup.ViewPoint.Guid[get, set]
getset

Guid of the ViewPoint

◆ Image

Bitmap BCFmarkup.ViewPoint.Image
getset

Content (Bitmap) of the snapshot file

In addition to the class extracted from the BCF schema

◆ Index

int BCFmarkup.ViewPoint.Index[get, set]
getset

Index number of the ViewPoint for sorting

◆ Snapshot

string BCFmarkup.ViewPoint.Snapshot[get, set]
getset

Name of the Image (.png) file

◆ Viewpoint

string BCFmarkup.ViewPoint.Viewpoint[get, set]
getset

Name of the Visualisation Info (.bcfv) file