Method that calculates the silhouette curve geometry for a given face as viewed from a given direction.
Name | Type | Description |
Face | Face | Input Face object to calculate the silhouette curve for. |
ViewDirection | UnitVector | Input UnitVector that defines the view direction to calculate the silhouette curve relative to. The silhouette curve will lie on the input where the face normal is perpendicular to the view direction. |
ReturnCoincidentSilhouettes | Boolean | Input Boolean that specifies if silhouette curves that are coincident to the edges of the face should be returned or not. If True, these curves will be returned. |