BCFclass
File reader for BIM Collaboration Format (BCF) files
Public Member Functions | Properties | List of all members
BCFvisinfo.VisualizationInfo Class Reference

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< LineLines [get]
 
Collection< ClippingPlaneClippingPlanes [get]
 
Collection< VisualizationInfoBitmapBitmap [get]
 
String Guid [get, set]
 

Member Function Documentation

◆ CameraDefined()

Boolean BCFvisinfo.VisualizationInfo.CameraDefined ( )
inline

Returns if a Camera is defined (either Orthogonal or Perspective

In addition to the class extracted from the BCF schema

◆ OrthogonalDefined()

Boolean BCFvisinfo.VisualizationInfo.OrthogonalDefined ( )
inline

Returns if an Orthogonal Camera is defined

In addition to the class extracted from the BCF schema

◆ PerspectiveDefined()

Boolean BCFvisinfo.VisualizationInfo.PerspectiveDefined ( )
inline

Returns if an Orthogonal Camera is defined

In addition to the class extracted from the BCF schema

◆ CameraText()

String BCFvisinfo.VisualizationInfo.CameraText ( )
inline

Returns a text with Camera definition

In addition to the class extracted from the BCF schema