DAZ Script | |
---|---|
Boolean | isOpenEdge () |
String | toString () |
Represents an edge between two vertices.
Holds the offset from the cage.
Holds the index of a DzFacet this edge belongs to.
Holds the index of the other DzFacet this edge belongs to (if any), otherwise this is an open edge.
Holds the index of this edge.
Holds the offset …
Holds the offset …
Holds the index of the vertex this edge originates at.
Holds the index of the vertex this edge ends at.
DzEdge()
Default Constructor.
Creates an edge by parsing a string.
Parameter(s):
DzEdge( Number vertex1, Number vertex2 )
Constructor. Creates an edge for the given vertex indices.
Parameter(s):
DzEdge( DzEdge edge )
Copy Constructor. Creates an edge that is a copy of the given edge.
Parameter(s):
Boolean : isOpenEdge()
Return Value:
true
if this is an open edge, otherwise false
.Return Value: