Mesh Members


The Mesh type exposes the following members.

Methods

  NameDescription
Public methodComputeSurfaceArea
Computes and returns the surface area of the mesh. The surface area is the sum of the areas of the constituent facets of the mesh.
Public methodDispose
Causes the object to release immediately any resources it may be utilizing.
(Inherited from APIObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from GeometryObject.)
Public methodGetHashCode
Gets the integer value of the geometry object as hash code
(Inherited from GeometryObject.)
Public methodGetNormal
Returns a normal unit vector at the given index.
Public methodGetNormals
Returns all normals assigned to the mesh.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyDistributionOfNormals
Indicates the distribution of normal vectors along the tessellated mesh surface.
Public propertyGraphicsStyleId
The ElementId of the GeometryObject's GraphicsStyle
(Inherited from GeometryObject.)
Public propertyId
A unique integer identifying the GeometryObject in its associated non view-specific GeometryElement.
(Inherited from GeometryObject.)
Public propertyIsClosed
Indicates whether the mesh is closed.
Public propertyIsElementGeometry
Indicates whether this geometry is obtained directly from an Element.
(Inherited from GeometryObject.)
Public propertyIsReadOnly
Identifies if the object is read-only or modifiable.
(Inherited from APIObject.)
Public propertyMaterialElementId
Element ID of the material from which this mesh is composed.
Public propertyNumberOfNormals
The number of normals associated with the mesh.
Public propertyNumTriangles
The number of triangles that the mesh contains.
Public propertyTransformed
Transforms this mesh and returns the result.
Public propertyTriangle
Retrieves a specific triangle.
Public propertyVertices
Retrieves all vertices used to define this mesh. Intended for indexed access.
Public propertyVisibility
The visibility.
(Inherited from GeometryObject.)

See Also