3DCoat Python API
The 3DCoat Python API documentation.
Loading...
Searching...
No Matches
coat.Curve Member List

This is the complete list of members for coat.Curve, including all inherited members.

__assign__(self, SceneElement el)coat.Curve
__init__(self)coat.Curve
__init__(self)coat.Curve
__init__(self, any ob)coat.Curve
__init__(self, SceneElement el)coat.Curve
add(self, vec3 p, vec3 normal, float Radius)coat.Curve
addBothTangents(self, vec3 p, vec3 normal, vec3 inTangent, vec3 outTangent, float Radius)coat.Curve
addSharp(self, vec3 p, vec3 normal, float Radius)coat.Curve
addSmooth(self, vec3 p, vec3 normal, float Radius)coat.Curve
addWithTangent(self, vec3 p, vec3 normal, vec3 inOutTangent, float Radius)coat.Curve
closed(self)coat.Curve
curve(self)coat.Curve
fill(self, Mesh mesh, float thickness, float relax_count=0, float details_level=1, float extrusion=0)coat.Curve
getPoint(self, int idx)coat.Curve
isOpen(self)coat.Curve
point(self, int idx)coat.Curve
pointsCount(self)coat.Curve
removePoints(self, int index, int count)coat.Curve
renderPoint(self, int idx)coat.Curve
renderPointsCount(self)coat.Curve
selectPoint(self, int idx)coat.Curve
setClosed(self)coat.Curve
setOpen(self)coat.Curve
setPointNormal(self, int idx, vec3 n)coat.Curve
setPointPosition(self, int idx, vec3 p)coat.Curve
setPointRadius(self, int idx, float r)coat.Curve
setPointTangents(self, int idx, vec3 t1, vec3 t2)coat.Curve
tubeToMesh(self, Mesh mesh, bool hemisphere)coat.Curve
unselectPoints(self)coat.Curve
updatePoints(self)coat.Curve