Properties | |
| double? | K1 [get, set] |
| Units: English = 1/in | Standard = 1/mm. | |
| double? | K2 [get, set] |
| Units: English = 1/in | Standard = 1/mm. | |
| double | Length [get] |
| double? | Phi [get, set] |
| ReferencePlaneBeam | ReferencePlane [get, set] |
| Properties inherited from HyperX.Scripting.Zone | |
| ElementCol | Elements [get] |
| Properties inherited from HyperX.Scripting.ZoneBase | |
| HS.Model.Zone | _thisZone [get] |
| double | AddedWeight [get, set] |
| Beam Units: English = lb/ft | Standard = kg/m. Panel Units: English = lb/ft² | Standard = kg/m². | |
| double | BucklingImperfection [get, set] |
| Centroid | Centroid [get] |
| double? | Dmid [get, set] |
| Units: English = in | Standard = mm. | |
| double? | EAAuto [get] |
| Units: English = lb | Standard = N. | |
| double? | EARequired [get, set] |
| Units: English = lb | Standard = N. | |
| double? | EI1Auto [get] |
| Units: English = lb/in² | Standard = N/m². | |
| double? | EI1Required [get, set] |
| Units: English = lb/in² | Standard = N/m². | |
| double? | EI2Auto [get] |
| Units: English = lb/in² | Standard = N/m². | |
| double? | EI2Required [get, set] |
| Units: English = lb/in² | Standard = N/m². | |
| double? | Ex [get, set] |
| Units: English = µin/in | Standard = µm/m. | |
| double | FatigueKTSkin [get, set] |
| double | FatigueKTStiff [get, set] |
| double? | GJAuto [get] |
| Units: English = lb/in² | Standard = N/m². | |
| double? | GJRequired [get, set] |
| Units: English = lb/in² | Standard = N/m². | |
| new int | Id [get] |
| Unlike most entities with IDs, the ID of a Zone can be manually set with the RenumberZone(id) method. | |
| bool | IsBeam [get] |
| bool | IsBeamColumn [get, set] |
| bool | IsZeroOutFeaMoments [get, set] |
| bool | IsZeroOutFeaTransverseShears [get, set] |
| double | MechanicalLimit [get, set] |
| double | MechanicalUltimate [get, set] |
| double | NonOptimumFactor [get, set] |
| int | SuperimposeBoundaryCondition [get, set] |
| bool | SuperimposePanel [get, set] |
| double | ThermalHelp [get, set] |
| double | ThermalHurt [get, set] |
| double? | Weight [get] |
| double | XSpan [get, set] |
| Units: English = in | Standard = mm. | |
| Properties inherited from HyperX.Scripting.EntityWithAssignableProperties | |
| AnalysisProperty | AssignedAnalysisProperty [get] |
| Get the analysis property assigned to this Entity. Returns null if none is assigned. | |
| DesignProperty | AssignedDesignProperty [get] |
| Get the design property assigned to this Entity. Returns null if none is assigned. | |
| LoadProperty | AssignedLoadProperty [get] |
| Get the load property assigned to this Entity. Returns null if none is assigned. | |
| Properties inherited from HyperX.Scripting.IdNameEntity | |
| string | Name [get, protected set] |
| Properties inherited from HyperX.Scripting.IdEntity | |
| int | Id [get] |
Additional Inherited Members | |
| Public Member Functions inherited from HyperX.Scripting.Zone | |
| void | AddElements (IEnumerable< int > elementIds) |
| Public Member Functions inherited from HyperX.Scripting.ZoneBase | |
| override AnalysisResultCol< AnalysisResult > | GetAllResults () |
| string | GetConceptName () |
| override AnalysisResult | GetControllingResult () |
| override Margin | GetMinimumMargin () |
| string | GetObjectName (FamilyObjectUID objectId) |
| ZoneDesignResultCol | GetZoneDesignResults (int solutionId=1) |
| Returns a collection of Zone Design Results for a Solution Id (default 1). | |
| ZoneIdUpdateStatus | RenumberZone (int newId) |
| Attempt to update a zone's ID. | |
| Public Member Functions inherited from HyperX.Scripting.ZoneJointEntity | |
| AnalysisResultCol< AnalysisResult > | GetAllResults () |
| AnalysisResult | GetControllingResult () |
| Margin | GetMinimumMargin () |
| Public Member Functions inherited from HyperX.Scripting.EntityWithAssignableProperties | |
| PropertyAssignmentStatus | AssignAnalysisProperty (int id) |
| PropertyAssignmentStatus | AssignDesignProperty (int id) |
| PropertyAssignmentStatus | AssignLoadProperty (int id) |
| PropertyAssignmentStatus | AssignProperty (AssignableProperty property) |
| Assign a Property to this entity. | |
| Public Member Functions inherited from HyperX.Scripting.IdNameEntityRenameable | |
| void | Rename (string name) |
| Protected Member Functions inherited from HyperX.Scripting.Zone | |
| Zone (Application application, int id, string name, ComponentCategory componentCategory) | |
| Protected Member Functions inherited from HyperX.Scripting.ZoneBase | |
| override PropertyAssignmentStatus | AssignAnalysisPropertyToEntity (int id) |
| override PropertyAssignmentStatus | AssignDesignPropertyToEntity (Design design) |
| override PropertyAssignmentStatus | AssignLoadPropertyToEntity (int id) |
| override void | UpdateNameInDatabase (string name) |
| void | UpdateZone () |
| override bool | ValidateName (string name) |
| ZoneBase (Application application, int id, string name) | |
| Zones should only be created using the helper method. | |
| Protected Member Functions inherited from HyperX.Scripting.ZoneJointEntity | |
| Dictionary< int, AnalysisDefinition > | GetAnalyses () |
| Protected Member Functions inherited from HyperX.Scripting.EntityWithAssignableProperties | |
| PropertyAssignmentStatus | AssignAnalysisPropertyToEntity (int id) |
| PropertyAssignmentStatus | AssignDesignPropertyToEntity (HS.Types.Design design) |
| PropertyAssignmentStatus | AssignLoadPropertyToEntity (int id) |
| Protected Member Functions inherited from HyperX.Scripting.IdNameEntityRenameable | |
| void | UpdateNameInDatabase (string name) |
| Rename this entity in the database. | |
| bool | ValidateName (string name) |
| Return true if this name is valid to use, false otherwise. | |
| Protected Attributes inherited from HyperX.Scripting.ZoneBase | |
| readonly IComponentCreator | _componentCreator |
| readonly IComponentRepo | _componentRepo |
| readonly IFamilyRepo | _familyRepo |
| readonly IModelRepository | _modelRepo |
| HS.Model.Zone | _modelRepoZone |
| readonly IRunSetRepo | _runSetRepo |
| Protected Attributes inherited from HyperX.Scripting.ZoneJointEntity | |
| readonly IResultsRepo | _resultsRepo |
| Protected Attributes inherited from HyperX.Scripting.EntityWithAssignableProperties | |
| readonly IAnalysisFailureModeService | _analysisFailureModeService |
| readonly IAnalysisPropertyRepo | _analysisPropertyRepo |
| readonly IAnalysisPropertyService | _analysisPropertyService |
| readonly Application | _application |
| readonly IDesignRepo | _designRepo |
| readonly IDesignService | _designService |
| readonly ILoadPropertyRepo | _loadPropertyRepo |
|
getset |
Units: English = 1/in | Standard = 1/mm.
|
getset |
Units: English = 1/in | Standard = 1/mm.
|
get |
|
getset |
|
getset |