|
|
CroSec Methods |
The CroSec type exposes the following members.
| Name | Description | |
|---|---|---|
| accept |
Accepts a cross section visitor.
| |
| addDuplicate |
add this cross section to fe-model.
| |
| AddElemId |
add an element identifier to the list of element identifiers which define to which elements the cross
SectionForce shall be attached in the course of assemblage.
| |
| calculateProperties |
calculate cross-section properties from given geometry.
| |
| clearElemIds |
Empties the list of identifiers to which the cross section shall be attached.
| |
| Clone |
shallow clone the cross section.
| |
| cloneElemIds |
clone the list of identifiers to which the cross section is to be attached. Needs to be done before
it is changed in order to avoid side-effects in GH-definitions.
| |
| crossSectionHasNoResistance |
test whether cross section has zero resisting moment or area for cross section design.
| |
| defaultGuid |
Get the cross sections default guid.
| |
| enlistAllMaterials |
set the material based on the material identifier and a mapping from material identifiers to indexes.
| |
| enlistMaterial |
Return a material based on its reference or name. Add it to the list of materials if not already present.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| fe_ind |
return cross section index of sub cross section in the finite element model.
| |
| FECroSecDefault |
Create fe-cross-sections from default cross section.
| |
| FECroSecs(Model, Model) |
Create list of fe-cross-sections with default family-index 0.
| |
| FECroSecs(Model, Model, Int32) |
Create FE-cross-sections.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| getHeight |
return the height of the cross section.
Is useful for shell-elements which can thus also use beam-cross sections.
| |
| getHeight(Int32) |
Get the height of a sub-cross section in case of composite cross sections.
| |
| GetObjectData |
Serialize CroSec.
(Overrides CommonObjectGetObjectData(SerializationInfo, StreamingContext).) | |
| getThickness |
get thickness of cross section.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasUserData |
true if the object has user-data attached.
(Inherited from CommonObject.) | |
| heights |
constructs a list of heights associated with the cross section. Can be time-consuming. For single item access use getHeight(index).
| |
| isDefault |
returns true if cross section has default properties.
| |
| matchId |
test whether the cross section matches one of the identifiers given in the list of indexes.
| |
| matchIds |
test whether the cross section matches one of the identifiers given in the list of indexes.
| |
| maxWidth |
return the maximum width of the cross section or -1 in case this does not make sense (for e.g. shell cross sections).
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| minmaxEps |
determine extreme strains in cross-section.
| |
| modifyEcceZ |
modify the local eccentricity in Z-direction.
| |
| modifyHeight |
modify the height of the cross section.
| |
| modifyHeights |
modify the heights of the cross section.
| |
| modifyThickness |
Modifies the thickness of a cross section.
| |
| read |
Read cross section data from reader.
| |
| readFromTableRow |
Reads cross section data from given table row.
| |
| renewGuid |
create new GUID for the cross section.
| |
| renewGuid(Guid) |
set new GUID for the cross section.
| |
| setDefaults |
Set default dimensions of cross section.
| |
| setMaterial(FemMaterial) |
set the material identifier and the material reference of the cross section.
| |
| setMaterial(ListFemMaterial) |
Sets the material identifiers and the material references of the cross section. Sets material of layer 0 in case of shells.
| |
| shape |
Get the shape indicator of a cross section (for e.g. reading data from a table). This can be e.g.
'O', 'I', 'T', '[]',...
| |
| sketch |
add vertices on cross-section to mesh and corresponding colors
origin is the point on the element axis, axis the local coordinate system,
cmap contains the information for coloring points and n_faces the number
of points to be calculated.
| |
| sketchFlipFaceNormals |
return a list of bool values which indicate whether the face normals of a group should be flipped.
| |
| sketchGroupSizes |
Return list of group-sizes of faces that form one geometric entity.
Enables cross-section sketches to consist of more than one connected surface.
By default there is only one group.
| |
| stiffness |
calculate characteristic axial- and bending stiffness of an element of length L.
| |
| ToString |
Render cross section data as string for output.
(Overrides CommonObjectToString.) | |
| trait |
return value of trait with given index.
| |
| write |
Writes cross section data contained to a reader.
| |
| writeToTableRow |
generate value of property info as a string which can be used in a cross section table.
|