Method | Description | |
---|---|---|
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result | ||
Flatten ( List |
Eliminate the Z coordinate.
|
|
GetSignedPolygonArea ( List |
Use the formula area = sign * 0.5 * sum( xi * ( yi+1 - yi-1 ) ) to determine the winding direction (clockwise or counter) and area of a 2D polygon. Cf. also GetPolygonPlane.
|
Method | Description | |
---|---|---|
Flatten ( List
|
Eliminate the Z coordinate.
|
|
Flatten ( XYZ point ) : UV |
Eliminate the Z coordinate.
|
public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result | ||
commandData | ExternalCommandData | |
message | string | |
elements | ElementSet | |
return | System.Result |
public static Flatten ( List |
||
polygon | List |
|
return | List |
public static GetSignedPolygonArea ( List |
||
p | List |
|
return | double |