Name | Description | |
---|---|---|
AddPoint | A convenience method to add a point to the specified Patch. | |
From3DModelFile | Reads a supported 3D model from file. | |
GetPatchPointCount | A convenience method to return the number of vertices in the specified Patch. | |
GetPoint | A convenience method to get the MapPoint from the specified patch at the specified point index. | |
InsertPoint | A convenience method to insert a point in the specified Patch. | |
InsertPoints | A convenience method to insert a collection of points into the specified Patch. | |
IsEqual | Determines if this MultipatchBuilderEx instance is equal to other. | |
MakePatch | Creates an empty Patch that inherits attribute awareness from this builder. | |
QueryPatchIndicesWithMaterial | Returns an array of patch indices that reference the given Material instance. | |
QueryPatchIndicesWithTexture | Returns an array of patch indices that reference the given TextureResource instance. | |
RemovePoints | A convenience method to remove points from the specified Patch | |
SetEmpty | Overridden. Sets this instance to empty. | |
SetPoint | A convenience method to update the components of a point in the specified Patch. | |
SynchronizeAttributeAwareness | Synchronizes attribute awareness of Patches to match attribute awareness of the MultipatchBuilderEx. | |
ToGeometry | Overridden. Returns a Multipatch instance representing the current state of this builder. |