Go to:
Return value. Related commands. Flags. Examples.
Synopsis
polyCreateFacet [flags]
Create a new polygonal object with the specified face, which will be closed.
List of arguments must have at least 3 points.
Return value
string string Object name and node name.
Related commands
polyAppend, polyAppendVertex, polyExtrudeEdge, polyExtrudeFacet, polyBevel, polySplit, polySplitVertex, polySubdivideEdge, polySubdivideFacet, polyTriangulate, polySmooth, polyChipOffFlags
constructionHistory, hole, name, point, subdivision, texture
Flag can appear in Create mode of command
|
Flag can appear in Edit mode of command
|
Flag can appear in Query mode of command
|
Flag can be used more than once in a command
|
Examples
// Create a triangular facet
polyCreateFacet -p 0.0 0.0 0.0 -p 10.0 0.0 0.0 -p 10.0 10.0 0.0;
// Create a quadrangular facet with two triangular holes inside
polyCreateFacet -p 0 0 0 -p 10 0 0 -p 10 10 0 -p 0 10 0
-hl -p 4 2 0 -p 5 4 0 -p 6 2 0 -hl -p 5 6 0 -p 4 8 0 -p 6 8 0;
move -r 0 0 10;