Function gmshModelOccAddVolume

Source
pub unsafe extern "C" fn gmshModelOccAddVolume(
    shellTags: *mut c_int,
    shellTags_n: usize,
    tag: c_int,
    ierr: *mut c_int,
) -> c_int
Expand description

Add a volume (a region) defined by one or more surface loops shellTags. The first surface loop defines the exterior boundary; additional surface loop define holes. If tag is positive, set the tag explicitly; otherwise a new tag is selected automatically. Return the tag of the volume.