[−][src]Function gmsh_sys::gmshModelOccAddWedge
pub unsafe extern "C" fn gmshModelOccAddWedge(
x: f64,
y: f64,
z: f64,
dx: f64,
dy: f64,
dz: f64,
tag: c_int,
ltx: f64,
ierr: *mut c_int
) -> c_int
Add a right angular wedge, defined by the right-angle point (x
, y
, z
)
and the 3 extends along the x-, y- and z-axes (dx
, dy
, dz
). If tag
is positive, set the tag explicitly; otherwise a new tag is selected
automatically. The optional argument ltx
defines the top extent along the
x-axis. Return the tag of the wedge.