create_base_face#
- VolumeSweeper.create_base_face(part_id, topo_volume_ids, params)#
Create a face at the specified origin.
This method creates a face at the specified origin and perpendicular to the specified direction. Also, it imprints model edges on the face, makes necessary edge repairs, and duplicates relevant size controls on the base face.
- Parameters:
- part_id
int
ID of part.
- topo_volume_ids
Iterable
[int
] IDs of the volumes to mesh.
- params
MeshStackerParams
Mesh stacker parameters.
- part_id
- Returns:
MeshStackerResults
Results from creating the face.
- Return type:
Examples
>>> results = volumesweeper.create_base_face(part_id, topo_volume_ids, params)