Click or drag to resize

PolygonDefinitionTMaterialReference Class

[This is preliminary documentation and is subject to change.]

Defines a polygon used by general cross sections
Inheritance Hierarchy
SystemObject
  ModelExchanger.AnalysisDataModel.Subtypes.CrossSectionShapePolygonDefinitionTMaterialReference

Namespace:  ModelExchanger.AnalysisDataModel.Subtypes.CrossSectionShape
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C#
public sealed class PolygonDefinition<TMaterialReference> : IEquatable<PolygonDefinition<TMaterialReference>>
where TMaterialReference : class

Type Parameters

TMaterialReference
The type of material used

The PolygonDefinitionTMaterialReference type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyMaterial
The material out of which the polygon is constructed
Public propertyPoints
The points which make up the polygon
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(PolygonDefinitionTMaterialReference)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodToString
Convert the current polygon definition into a user-friendly string representation of the polygon definition
(Overrides ObjectToString.)
Top
See Also