PolymeshTopology Members

The PolymeshTopology type exposes the following members.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the PolymeshTopology
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetFacet
Returns a definition of one facet
Public methodGetFacets
Returns a definitions of all facets of the polymesh
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNormal
Returns a normal vector at the given index
Public methodGetNormals
Returns all normals assigned to the polymesh
Public methodGetPoint
Returns one point at the given index.
Public methodGetPoints
Returns all points of the polymesh.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUV
Returns one UV coordinate at the given index.
Public methodGetUVs
Returns all UV coordinates assigned to the polymesh
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 polymesh surface.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyNumberOfFacets
The number of facet in the polymesh.
Public propertyNumberOfNormals
The number of normals associated with the polymesh
Public propertyNumberOfPoints
The number of points in the polymesh
Public propertyNumberOfUVs
The number of UV coordinates available for the polymesh.

See Also