Свойство | Type | Description | |
---|---|---|---|
EdgeIndex | int | ||
Face | |||
HashCode | uint | ||
Next | |||
Previous | |||
Vertices | int[] |
Méthode | Description | |
---|---|---|
AreConnectable ( |
Can two faces be connected.
|
|
Connect ( |
Connect two faces.
|
|
FaceConnector ( int dimension ) : System.Collections.Generic |
Ctor.
|
|
Update ( |
Updates the connector.
|
public static AreConnectable ( |
||
a | ||
b | ||
dim | int | |
Résultat | bool |
public static Connect ( |
||
a | ||
b | ||
Résultat | void |
public FaceConnector ( int dimension ) : System.Collections.Generic | ||
dimension | int | |
Résultat | System.Collections.Generic |
public Update ( |
||
face | ||
edgeIndex | int | |
dim | int | |
Résultat | void |