FreeEdgeCurve3D
A single Curve3D or a collection of continuous non-closed Curve3D types which are used to represent a free edge of a panel or plate in shipbuilding. FreeEdgeCurve3D has the following child elements:
| Child | Namespace | Type | Use | Cardinality | Choice | Description |
|---|---|---|---|---|---|---|
| CircumArc3D | ocx | ocx:CircumArc3D_T | req. | [1, ∞] | True | 3D Line/Arc representation. Represents a semi-circle uniquely defined by three points in 3D space given by the start position, intermediate position and the end position.. |
| CompositeCurve3D | ocx | ocx:CompositeCurve3D_T | req. | [1, ∞] | True | The concept of a composite curve composed of a collection of Line3D, CircumArc3D and/or NURBS segments. Curves are sorted end to end and have C1 continuity across each segment in the CompositeCurve3D definition. |
| Description | ocx | xs:string | opt. | [0, 1] | False | Contains a description of the component its parent represents. The description is stored as a string. You can use this element for whatever purposes you require. This element can be used inside many OCX XML elements but is optional. |
| Line3D | ocx | ocx:Line3D_T | req. | [1, ∞] | True | A straight line defined by two points. |
| NURBS3D | ocx | ocx:NURBS3D_T | req. | [1, ∞] | True | Non-Uniform Rational Spline Base curve definition. |
| PolyLine3D | ocx | ocx:PolyLine3D_T | req. | [1, ∞] | True | A list of 3D points defining a sequence of linear segments. Repeat the first position at the end of the last line segment to form a closed contour. |
FreeEdgeCurve3D has the following attributes:
| Attribute | Namespace | Type | Use | Default | Fixed | Description |
|---|---|---|---|---|---|---|
| isUVSpace | ocx | xs:boolean | opt. | false | Default is flase. Set this attribute to to true if the FreeEdgeCurve is represnted by coordinates in the UV space. This should only be used when a FreeEdgeCurve is used to trim NURBS surface patches where the trim curve is only used to trim the underlying surface. When the curve is given in UV space, the X,Y point coordinates are replazed with the U,V coordinates. In this case the Z coordinate should be set to zero. The Z coordinate will not be used by the importing application. | |
| GUIDRef | ocx | Restriction of type ocx:guid | req. | A globally Unique ID referring an entity in the sending application. | ||
| name | ocx | xs:string | opt. | An optional descriptive or display name. | ||
| id | ocx | xs:ID | req. | An identifier for an element unique within the scope of the XML file. Each id must be unique within a document. The attribute uses the standard XML 1.0 ID type as defined in the XML Schema specification. This attribute is required in many OCX XML elements and an application should generate them automatically. |
- Schema Version:
- 2.8.6
- Namespace URL:
- http://data.dnvgl.com/Schemas/ocxXMLSchema
- Date:
- Aug 16 2023 17:29:16
- Status:
- PublishState.DRAFT
- OCX parser version:
- 0.8.0
