DAZ Script | |
---|---|
void | clear () |
void | clearTriFanCount () |
void | clearTriFanRoot () |
Number | getTriFanCount () |
Number | getTriFanEdgeCount () |
Number | getTriFanMaxEdgeIdx () |
Number | getTriFanOffset () |
Number | getTriFanRoot () |
Boolean | isQuad () |
Boolean | isTri () |
Boolean | isTriFan () |
Boolean | isTriFanChild () |
Boolean | isTriFanRoot () |
void | setTriFanCount ( Number count ) |
void | setTriFanRoot ( Number rootIdx ) |
String | toString () |
Holds the index of this face in the cage mesh
Holds the index of the first edge, otherwise -1
Holds the index of the second edge, otherwise -1
Holds the index of the third edge, otherwise -1
Holds the index of the fourth edge normal (if any), otherwise -1
Holds the index of the face group this face belongs to
Holds the index of the material group this face belongs to
Holds the index of the first vertex normal
Holds the index of the second vertex normal
Holds the index of the third vertex normal
Holds the index of the fourth vertex normal (if any), otherwise -1
Holds the index of the first texture vertex
Holds the index of the second texture vertex
Holds the index of the third texture vertex
Holds the index of the fourth texture vertex (if any), otherwise -1
Holds the index of the first vertex
Holds the index of the second vertex
Holds the index of the third vertex
Holds the index of the fourth vertex (if any), otherwise -1
DzFacet()
Default Constructor.
Creates a facet by parsing a string.
Parameter(s):
DzFacet( DzFacet facet )
Copy Constructor.
Parameter(s):
void : clear()
Set the facet to a default state.
void : clearTriFanCount()
TODO: Add description.
void : clearTriFanRoot()
TODO: Add description.
Number : getTriFanCount()
TODO: Add description.
TODO: Add description.
Number : getTriFanMaxEdgeIdx()
TODO: Add description.
TODO: Add description.
Number : getTriFanRoot()
TODO: Add description.
Return Value:
true
if this is a 4 sided polygon, otherwise false
Return Value:
true
if this is a 3 sided polygon, otherwise false
TODO: Add description.
Boolean : isTriFanChild()
TODO: Add description.
Boolean : isTriFanRoot()
TODO: Add description.
void : setTriFanCount( Number count )
TODO: Add description.
void : setTriFanRoot( Number rootIdx )
TODO: Add description.
Return Value: