Click or drag to resize

CompositeProfileDefinitionTMaterialReference Class

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

Defines the profile of a general cross section
Inheritance Hierarchy
SystemObject
  ModelExchanger.AnalysisDataModel.Subtypes.CrossSectionShapeCompositeProfileDefinitionTMaterialReference

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 CompositeProfileDefinition<TMaterialReference> : IEquatable<CompositeProfileDefinition<TMaterialReference>>, 
	IAnalysisModelSubtype
where TMaterialReference : class

Type Parameters

TMaterialReference
The type of material used

The CompositeProfileDefinitionTMaterialReference type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyName
The name of the profile definition
Public propertyPolygonDefinitions
The definitions of all the polygons which make up the shape of the cross section
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(CompositeProfileDefinitionTMaterialReference)
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 profile definition into a user-friendly string representation of the profile definition
(Overrides ObjectToString.)
Top
See Also