This example generates the bolt composite (rim head + round thread profile)
#include <CoreAPI.h>
EXPORT
int main() {
auto volume = current.
Volume();
volume.toSurface();
return 0;
}
struct of the RimParams data
Definition CorePrimAPI.h:2637
int childCount() const
returns the child elements count
SceneElement addChild(const char *name) const
add the child element of the same nature
static SceneElement sculptRoot()
get the root of all sculpt objects
bolt head primitive
Definition CorePrimAPI.h:2731
boltHead & head(const HeadParams &_h)
set the head object.
bolt primitive
Definition CorePrimAPI.h:3426
bolt & pitch(const float &_p)
set the thread pitch.
bolt & head(const boltHead &_h)
set the head object.
bolt & diameter(const float &_d)
set the bolt diameter.
bolt & threadType(const int &_t)
set the screw thread profile.
bolt & length(const float &_l)
set the bolt length.
bolt & threadLength(const float &_l)
set the thread length.
prim & details(const float det_level)
set the detail level
void add(Volume &v)
add the prim into scene
static void toRoom(const char *name, bool Force=false)
switch to the room
The coat namespace used for most 3DCoat API calls except low-level internal structures.
Definition CoreAPI.h:43