<xs:element name="Transform" type="ElementReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional Transform element is the identifier of a three dimensional transformation matrix.</xs:documentation></xs:annotation></xs:element>
The Torus23Type defines the geometric entity 'toroidal_surface(u,v):R2->R3'. Any surface can have an additional transformation matrix. The center of the torus is at the AxisPoint of the Axis, and the axis of the torus is the Axis.
The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.
Source
<xs:complexType name="Torus23Type"><xs:annotation><xs:documentation>The Torus23Type defines the geometric entity 'toroidal_surface(u,v):R2->R3'. Any surface can have an additional transformation matrix. The center of the torus is at the AxisPoint of the Axis, and the axis of the torus is the Axis.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="SurfaceBaseType"><xs:sequence><xs:element ref="Torus23Core"><xs:annotation><xs:documentation>The Torus23Core element defines the mathematical core of this surface type.</xs:documentation></xs:annotation></xs:element><xs:element name="Transform" type="ElementReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional Transform element is the identifier of a three dimensional transformation matrix.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>