complexType · extension complexBaseType · all
Sheet between two points of a structural profile
A sheet runs from the point fromPointUID to the point toPointUID. This direction defines the coordinate system of the sheet, to which its thickness and the orthotropy direction of a composite refer (see structuralProfileType). Material and thickness are assigned by a profile-based structural element, which references the sheet by its uID (sheetProperties).
| Name | Type | Constraints | Use | Default | Description |
|---|---|---|---|---|---|
@externalDataDirectory | xsd:string | optional | Directory of the external data file | ||
@externalDataNodePath | xsd:string | optional | Path of the node inside the external data file | ||
@externalFileName | xsd:string | optional | Name of the external data file | ||
@uID | xsd:ID | required | UID |
| Name | Type | Constraints | OccurrenceHow often the element may appear at this place. The schema writes it as minOccurs and maxOccurs on the declaration. | Default | Description |
|---|---|---|---|---|---|
| allThe children below may appear in any order. Each may appear at most once. | |||||
name | stringBaseType | [0..1] optional | Name | ||
description | stringBaseType | [0..1] optional | Description | ||
fromPointUID | stringUIDBaseType | [1..1] required | UID of the point at which the sheet starts (P1) | ||
continuityAtP1 | integerBaseType | 3 values | [0..1] optional | Continuity at the start point P1: 0 = C0 (sharp edge allowed, default), 1 = C1 (tangent continuity), 2 = C2 (curvature continuity) | |
orientationAtP1 | pointXYType | [0..1] optional | Orientation vector at the start point P1 | ||
toPointUID | stringUIDBaseType | [1..1] required | UID of the point at which the sheet ends (P2) | ||
continuityAtP2 | integerBaseType | 3 values | [0..1] optional | Continuity at the end point P2: 0 = C0 (sharp edge allowed, default), 1 = C1 (tangent continuity), 2 = C2 (curvature continuity) | |
orientationAtP2 | pointXYType | [0..1] optional | Orientation vector at the end point P2 | ||
| Type | Name |
|---|---|
sheetListType | sheet |