Zone Class

Abstract for regular Zones (not Panel Segments).

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public abstract class Zone : ZoneBase
Inheritance
Object    IdEntity    IdNameEntity    IdNameEntityRenameable    EntityWithAssignableProperties    ZoneJointEntity    ZoneBase    Zone
Derived

Properties

AddedWeight Beam Units: English = lb/ft | Standard = kg/m. Panel Units: English = lb/ft² | Standard = kg/m².
(Inherited from ZoneBase)
AssignedAnalysisProperty Get the analysis property assigned to this Entity. Returns null if none is assigned.
(Inherited from EntityWithAssignableProperties)
AssignedDesignProperty Get the design property assigned to this Entity. Returns null if none is assigned.
(Inherited from EntityWithAssignableProperties)
AssignedLoadProperty Get the load property assigned to this Entity. Returns null if none is assigned.
(Inherited from EntityWithAssignableProperties)
BucklingImperfection
(Inherited from ZoneBase)
Centroid
(Inherited from ZoneBase)
Dmid Units: English = in | Standard = mm.
(Inherited from ZoneBase)
EAAuto Units: English = lb | Standard = N.
(Inherited from ZoneBase)
EARequired Units: English = lb | Standard = N.
(Inherited from ZoneBase)
EI1Auto Units: English = lb/in² | Standard = N/m².
(Inherited from ZoneBase)
EI1Required Units: English = lb/in² | Standard = N/m².
(Inherited from ZoneBase)
EI2Auto Units: English = lb/in² | Standard = N/m².
(Inherited from ZoneBase)
EI2Required Units: English = lb/in² | Standard = N/m².
(Inherited from ZoneBase)
Elements 
Ex Units: English = µin/in | Standard = µm/m.
(Inherited from ZoneBase)
FatigueKTSkin
(Inherited from ZoneBase)
FatigueKTStiff
(Inherited from ZoneBase)
GJAuto Units: English = lb/in² | Standard = N/m².
(Inherited from ZoneBase)
GJRequired Units: English = lb/in² | Standard = N/m².
(Inherited from ZoneBase)
Id Unlike most entities with IDs, the ID of a Zone can be manually set with the RenumberZone(id) method.
(Inherited from ZoneBase)
IsBeamColumn
(Inherited from ZoneBase)
IsZeroOutFeaMoments
(Inherited from ZoneBase)
IsZeroOutFeaTransverseShears
(Inherited from ZoneBase)
MechanicalLimit
(Inherited from ZoneBase)
MechanicalUltimate
(Inherited from ZoneBase)
Name
(Inherited from IdNameEntity)
NonOptimumFactor
(Inherited from ZoneBase)
SuperimposeBoundaryCondition
(Inherited from ZoneBase)
SuperimposePanel
(Inherited from ZoneBase)
ThermalHelp
(Inherited from ZoneBase)
ThermalHurt
(Inherited from ZoneBase)
Weight
(Inherited from ZoneBase)
XSpan Units: English = in | Standard = mm.
(Inherited from ZoneBase)

Methods

AddElements 
AssignAnalysisProperty
(Inherited from EntityWithAssignableProperties)
AssignDesignProperty
(Inherited from EntityWithAssignableProperties)
AssignLoadProperty
(Inherited from EntityWithAssignableProperties)
AssignProperty Assign a Property to this entity.
(Inherited from EntityWithAssignableProperties)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetAllResults
(Inherited from ZoneBase)
GetConceptName
(Inherited from ZoneBase)
GetControllingResult
(Inherited from ZoneBase)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetMinimumMargin
(Inherited from ZoneBase)
GetObjectName
(Inherited from ZoneBase)
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetZoneDesignResults Returns a collection of Zone Design Results for a Solution Id (default 1)
(Inherited from ZoneBase)
Rename
(Inherited from IdNameEntityRenameable)
RenumberZone Attempt to update a zone's ID.
(Inherited from ZoneBase)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also