Set Class

Definition

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

Properties

Centroid Centroid center determined by weight.
(Inherited from ZoneJointContainer)
Id
(Inherited from IdEntity)
Joints
(Overrides ZoneJointContainerJoints)
Name
(Inherited from IdNameEntity)
PanelSegments
(Overrides ZoneJointContainerPanelSegments)
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

AddJoint(Int32)
(Inherited from ZoneJointContainer)
AddJoint(Joint)
(Overrides ZoneJointContainerAddJoint(Joint))
AddPanelSegment(Int32)
(Inherited from ZoneJointContainer)
AddPanelSegment(PanelSegment)
(Overrides ZoneJointContainerAddPanelSegment(PanelSegment))
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)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
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)
(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