<HoleGroup> - Intergraph Smart 3D - Administration

Intergraph Smart 3D Tribon Interface

Language
English
Product
Intergraph Smart 3D
Subproduct
Tribon
Search by Category
Administration & Configuration
Smart 3D Version
12.1 (2019)

Defines holes on a plate. Holes are created in the same way as the parent plate, as defined for Instance on the panel. Smart 3D transforms local coordinates into global coordinates. Smart 3D imports a hole as ImpGenericPart, with object type of ImpHole.

<HoleGroup GroupId="21" >

<HoleShape HoleDefId="D220" HoleType="D" />

<Parameters>220</Parameters>

</HoleShape>

<Hole CompId="1" >

<Contour>

<StartPoint2d U="6.8550000000E003"

V="1.9415000000E004" />

<Segment2d>

<Amplitude2d U="0.0000000000E000"

V="0.0000000000E000" />

<Node2d U="7.0000000000E003"

V="1.9463000000E004" />

</Segment2d>

.

.

</Contour>

<Box Length="1.4500000000E002"

Width="4.8000000000E001">

<Origin U="6.8550000000E003"

V="1.9415000000E004" />

<BaseVector U="1.0000000000E000"

V="0.0000000000E000" />

</Box>

</Hole>

.

.

</HoleGroup>

<HoleShape>

Defines the shape for the hole group.

HoleDefId

Specifies a standard hole as defined in the reference data. For more information, see <HoleDef> in Reference Data XML Tags.

HoleType

Defines a unique identifier for the hole type.

<Parameters>

Defines dimension parameters for the hole.

<Hole>

Contains shape and location definitions for a single hole.

CompId

Defines a unique numeric identifier for the object within the defined value of HoleType.

<Contour>

Defines the shape of the hole. The plane panel contour or curved panel faceted surface is used for projection of the hole contour.

StartPoint2d

Defines the starting node point coordinates in the 2D U-V plane.

<Segment2d>

Specifies a segment of the contour in the 2D U-V plane. The segment can be a straight line or an arc.

Amplitude2d

Defines the distance of the midpoint of a segment from a line drawn between the node points. The U and V values are 0 for a straight line.

Node2d

Defines the ending node point coordinates of a contour segment in the 2D U-V plane.

<Box>

Defines a range box containing the contour.

Length

Specifies the length of the range box.

Width

Specifies the width of the range box.

<Origin>

Specifies the origin of the range box in the local coordinate system of the plate.

<BaseVector>

Defines the axis of the local coordinate system that is used as the horizontal axis for the hole.

U

Defines a value along the U-axis of the local coordinate system.

V

Defines a value along the V-axis of the local coordinate system.