CompositeWoven.addLayer


addLayer(layerName, thickness, volumeFraction, startPoint, startDirection, material, [lyrOffsetDir])

Adds a layer of material

layerNamestring
thicknessdouble
volumeFractiondouble
startPointpoint The name or ID of a point, or a pointer to a Point object.
startDirectionVARIANT An array of 3 real numbers, representing 3d coordinates
materialmaterial The name or ID of a material, or a pointer to a Material object.
lyrOffsetDiroptional string layer drape offset direction "default", "positive" or "negative"
Return valuePointer to this objectAllows multiple function calls to be chained together

Back to CompositeWoven

Back to Overview