ZoneBase Class

Abstract for regular Zones and 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 ZoneBase : ZoneJointEntity, 
	IBulkUpdatableEntity
Inheritance
Object    IdEntity    IdNameEntity    IdNameEntityRenameable    EntityWithAssignableProperties    ZoneJointEntity    ZoneBase
Derived
Implements
IBulkUpdatableEntity

Properties

AddedWeight Beam Units: English = lb/ft | Standard = kg/m. Panel Units: English = lb/ft² | Standard = kg/m².
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 
Centroid 
Dmid Units: English = in | Standard = mm.
EAAuto Units: English = lb | Standard = N.
EARequired Units: English = lb | Standard = N.
EI1Auto Units: English = lb/in² | Standard = N/m².
EI1Required Units: English = lb/in² | Standard = N/m².
EI2Auto Units: English = lb/in² | Standard = N/m².
EI2Required Units: English = lb/in² | Standard = N/m².
Ex Units: English = µin/in | Standard = µm/m.
FatigueKTSkin 
FatigueKTStiff 
GJAuto Units: English = lb/in² | Standard = N/m².
GJRequired Units: English = lb/in² | Standard = N/m².
Id Unlike most entities with IDs, the ID of a Zone can be manually set with the RenumberZone(id) method.
IsBeamColumn 
IsZeroOutFeaMoments 
IsZeroOutFeaTransverseShears 
MechanicalLimit 
MechanicalUltimate 
Name
(Inherited from IdNameEntity)
NonOptimumFactor 
SuperimposeBoundaryCondition 
SuperimposePanel 
ThermalHelp 
ThermalHurt 
Weight 
XSpan Units: English = in | Standard = mm.

Methods

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
(Overrides ZoneJointEntityGetAllResults)
GetConceptName 
GetControllingResult
(Overrides ZoneJointEntityGetControllingResult)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetMinimumMargin
(Overrides ZoneJointEntityGetMinimumMargin)
GetObjectName 
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetZoneDesignResults Returns a collection of Zone Design Results for a Solution Id (default 1)
Rename
(Inherited from IdNameEntityRenameable)
RenumberZone Attempt to update a zone's ID.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also