OptionaldefaultOptionalexcludeNever export BCF viewpoint components if their corresponding ViewObjects are in ViewLayers that have the given IDs.
The saveBCFViewpoint function will silently ignore each component state that has a corresponding ViewObject in any of these ViewLayers.
Each ViewLayer's occurrence in this list will override its occurrance in SaveBCFViewpointParams.includeViewLayerIds.
OptionalincludeOnly export BCF viewpoint components if their corresponding ViewObjects are in ViewLayers that match these IDs.
The saveBCFViewpoint function will silently ignore each component state that has no corresponding ViewObject in any of these ViewLayers.
Each ViewLayer's occurrence in SaveBCFViewpointParams.excludeViewLayerIds will override its appearance in this list.
Optionalopenings_Value to set on BCFViewSetupHints.openings_translucent within the BCF viewpoint.
OptionalopeningsValue to set on BCFViewSetupHints.openings_visible within the BCF viewpoint.
OptionaloriginatingIdentifies the system that authors this BCF viewpoint.
OptionalreverseWhether to flip the direction of the SectionPlanes captured in the BCF viewpoint.
OptionalsnapshotWhether to capture a snapshot image in the BCF viewpoint.
The snapshot would be saved in BCFViewpoint.snapshot.
Optionalspace_Value to set on BCFViewSetupHints.space_boundaries_translucent within the BCF viewpoint.
OptionalspaceValue to set on BCFViewSetupHints.space_boundaries_visible within the BCF viewpoint.
Optionalspaces_Value to set on BCFViewSetupHints.spaces_translucent within the BCF viewpoint.
OptionalspacesValue to set on BCFViewSetupHints.spaces_visible within the BCF viewpoint.
The View to export as a BCF viewpoint.
This will export component states in the BCF (see BCFComponents) for all ViewObjects in this View.
Parameters for saveBCFViewpoint.
See @xeokit/sdk/bcf for usage.