Method HiddenRemovalViewPoints
HiddenRemovalViewPoints(OccurrenceList, SelectionLevel, Point3List, Point3List, Point3List, int, double, bool, int, uint)
Delete parts, patches or polygons not viewed from a set of camera position/orientation
Declaration
public BoolList HiddenRemovalViewPoints(OccurrenceList occurrences, SelectionLevel level, Point3List cameraPositions, Point3List cameraDirections, Point3List cameraUps, int resolution, double fovX = 90, bool considerTransparentOpaque = false, int adjacencyDepth = 1, uint root = 0)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrences of components to process |
SelectionLevel | level | Level of parts to remove : Parts, Patches or Polygons |
Point3List | cameraPositions | List of camera positions |
Point3List | cameraDirections | List of camera directions |
Point3List | cameraUps | List of camera up vectors |
int | resolution | Resolution of the visibility viewer |
double | fovX | Horizontal field of view (in degree) |
bool | considerTransparentOpaque | If True, Parts, Patches or Polygons with a transparent appearance are considered as opaque |
int | adjacencyDepth | Mark neighbors polygons as visible |
uint | root | Specify another root for occluder scene |
Returns
Type | Description |
---|---|
BoolList |