Click or drag to resize

PolygonDefinition Class

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

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

Namespace:  ModelExchanger.AnalysisDataModel.Subtypes.CrossSectionShape
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public sealed class PolygonDefinition : IEquatable<PolygonDefinition>

The PolygonDefinition type exposes the following members.

Constructors
  NameDescription
Public methodPolygonDefinition
Create a polygon with given material & points
Top
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(PolygonDefinition)
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