new Wire(
edge
):Wire
Edge.
get id():
bigint
Returns object id.
bigint
get name():
null
|string
Returns name of the Shape. null
if the element has no name (by default).
null
| string
set name(
name
):void
Sets name of the Shape.
Name of the Shape.
null
| string
void
get type():
ShapeType
Type of the topological object.
append(
edge
):boolean
Appends new edge to the set.
Returns true
if edge
was added, false
otherwise (i.e. if edge
already presented in this
wire).
Appended edge.
boolean
computeCompoundTriangulation(
defaultMaterial
):ShapeCompoundTriangulation
<false
>
Computes compound polygonal representation of child shapes.
ShapeCompoundTriangulation
<false
>
computeCompoundTriangulation(
defaultMaterial
):ShapeCompoundTriangulation
<true
>
Computes compound polygonal representation of child shapes.
null
| VisualMaterial