Parent Object: SilhouetteCurveProxy
Method that edits all of the inputs used to compute the silhouette curve.
| Name | Type | Description |
| FacesOrBody | Object | Input object that defines the surfaces. This can be one of the following: SurfaceBody, Face, Faces or a FaceCollection object. If a FaceCollection is provided, all the Face objects in the collection must belong to the same SurfaceBody, or an error will occur. |
| DirectionEntity | Object | Input entity that defines the direction used to calculate the silhouette curve. Valid input is a planar face or work plane (the normal of the face or work plane is used), a cylinder (the axis is used), a work axis, or a linear edge. |
| IncludeCoincidentSilhouettes | Boolean | Input Boolean that specifies if silhouette curves that are coincident to the edges of the input faces should be considered or not. If True, these curves will be returned. |