====CircumArc3D==== 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.. %%CircumArc3D%% has the following child elements: ^ %%Child%% ^ %%Namespace%% ^ %%Type%% ^ %%Use%% ^ %%Cardinality%% ^ %%Choice%% ^ %%Description%% ^ | [[ocx-if:draft-schema:ocx:description|Description]] | ocx | [[https://www.w3.org/TR/xmlschema-2/#string|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. | | [[ocx-if:draft-schema:ocx:endpoint|EndPoint]] | ocx | ocx:Point3D_T | req. | [1, 1] | False | The end position of the segment. | | [[ocx-if:draft-schema:ocx:intermediatepoint|IntermediatePoint]] | ocx | ocx:Point3D_T | req. | [1, 1] | False | An intermediate point on the circular segment. | | [[ocx-if:draft-schema:ocx:length|Length]] | ocx | ocx:Quantity_T | opt. | [0, 1] | False | The curve length computed by the sending application. Used to verify geometry reconstruction. | | [[ocx-if:draft-schema:ocx:startpoint|StartPoint]] | ocx | ocx:Point3D_T | req. | [1, 1] | False | The start position of the segment. | %%CircumArc3D%% has the following attributes: ^ %%Attribute%% ^ %%Namespace%% ^ %%Type%% ^ %%Use%% ^ %%Default%% ^ %%Fixed%% ^ %%Description%% ^ | is2D | ocx | [[https://www.w3.org/TR/xmlschema-2/#boolean|xs:boolean]] | opt. | false | | Set to True if the Curve3D is given in 2D space. | | [[ocx-if:draft-schema:ocx:guidref|GUIDRef]] | ocx | Restriction of type ocx:guid | opt. | | | A globally unique ID referring to an entity in the authoring application. The sending application creates and holds the GUID. Used to establish a unique reference to an entity persistent between applications. | | name | ocx | [[https://www.w3.org/TR/xmlschema-2/#string|xs:string]] | opt. | | | An optional descriptive or display name. | | [[ocx-if:draft-schema:ocx:id|id]] | ocx | [[https://www.w3.org/TR/xmlschema-2/#ID|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. | ---- dataentry version ---- Schema Version : 2.8.6 Namespace URL_url : http://data.dnvgl.com/Schemas/ocxXMLSchema Author : wikibot Date : Aug 16 2023 17:29:16 Statuss : PublishState.DRAFT OCX parser version : 0.8.0 ----