Structure Class

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public sealed class Structure : ZoneJointContainer
Inheritance
Object    IdEntity    IdNameEntity    IdNameEntityRenameable    ZoneJointContainer    Structure

Properties

Centroid Centroid center determined by weight.
(Inherited from ZoneJointContainer)
Id
(Inherited from IdEntity)
Joints
(Overrides ZoneJointContainerJoints)
Name
(Inherited from IdNameEntity)
PanelSegments
(Overrides ZoneJointContainerPanelSegments)
Plies 
TotalBeamLength Summation of beam lengths.
(Inherited from ZoneJointContainer)
TotalPanelArea Summation of panel areas.
(Inherited from ZoneJointContainer)
TotalZoneWeight Get the total weight of all zones contained in this object.
(Inherited from ZoneJointContainer)
Zones
(Overrides ZoneJointContainerZones)

Methods

AddElements 
AddJoint(Int32)
(Inherited from ZoneJointContainer)
AddJoint(Joint)
(Overrides ZoneJointContainerAddJoint(Joint))
AddPanelSegment(Int32)
(Inherited from ZoneJointContainer)
AddPanelSegment(PanelSegment)
(Overrides ZoneJointContainerAddPanelSegment(PanelSegment))
AddPfemProperties 
AddZone(Int32) Add an existing zone to this entity.
(Inherited from ZoneJointContainer)
AddZone(Zone) Add an existing zone to this entity.
(Inherited from ZoneJointContainer)
AddZones(IEnumerableZone)
(Overrides ZoneJointContainerAddZones(IEnumerableZone))
AddZones(IEnumerableInt32) Add existing zones to this entity.
(Inherited from ZoneJointContainer)
CreatePanelSegment 
CreateZone 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
ExportVCP Export VCP with this structure's element centroids.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Remove(IEnumerableInt32, IEnumerableInt32) 
Remove(IEnumerableInt32, IEnumerableInt32, IEnumerableInt32) 
RemoveJoint(Int32)
(Inherited from ZoneJointContainer)
RemoveJoint(Joint)
(Inherited from ZoneJointContainer)
RemoveJoints(IEnumerableInt32)
(Overrides ZoneJointContainerRemoveJoints(IEnumerableInt32))
RemoveJoints(JointCol)
(Inherited from ZoneJointContainer)
RemovePanelSegment(Int32)
(Inherited from ZoneJointContainer)
RemovePanelSegment(PanelSegment)
(Inherited from ZoneJointContainer)
RemovePanelSegments(IEnumerableInt32)
(Overrides ZoneJointContainerRemovePanelSegments(IEnumerableInt32))
RemovePanelSegments(PanelSegmentCol)
(Inherited from ZoneJointContainer)
RemoveZone(Int32)
(Inherited from ZoneJointContainer)
RemoveZone(Zone)
(Inherited from ZoneJointContainer)
RemoveZones(IEnumerableInt32) Sends provided zones back to unused FEM
(Overrides ZoneJointContainerRemoveZones(IEnumerableInt32))
RemoveZones(ZoneCol)
(Inherited from ZoneJointContainer)
Rename
(Inherited from IdNameEntityRenameable)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also