Name | Description | |
---|---|---|
Patch Constructor | Overloaded. |
The following tables list the members exposed by Patch.
Name | Description | |
---|---|---|
Patch Constructor | Overloaded. |
Name | Description | |
---|---|---|
Coords | Gets or sets the IList of coordinates that define this patch. | |
IDs | Gets or sets the IList of ID-values. | |
Material | Gets or sets the material for this patch by reference. | |
Ms | Gets or sets the IList of M-values. | |
Normals | Gets or sets the IList of normals. | |
PatchPriority | Gets or sets a value representing the priority of this patch. The default value is zero. | |
PatchType | Gets or sets the patch type. | |
TextureCoords2D | Gets or sets the IList of 2D texture coordinates. |
Name | Description | |
---|---|---|
AddPoint | Adds a point to the patch. | |
GetPoint | Gets the point at the specified index. | |
InsertPoint | Inserts a point at the specified index. | |
InsertPoints | Inserts a range of points at the specified index. | |
IsEqual | Determines if this patch is equal to the other patch. | |
RemovePoints | Removes a range of points. | |
SetPoint | Sets a point at the specified index. | |
SynchronizeAttributeAwarenessWithBuilder | Ensures this Patch has the same attributes as the input MultipatchBuilderEx. |