<BracketGroup> - 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 brackets. Smart 3D imports a bracket as CImpPlate, with object type of ImpPlateType and plate type of ImpBracket.

<BracketGroup GroupId="29">

<Material Grade="A">

<Thickness>12.0</Thickness>

</Material>

<MaterialSide>Bottom</MaterialSide>

<Bracket CompId="1" Assembly="1062-00-02">

<CoordSys>...</CoordSys>

<SimpleContour>...</SimpleContour>

<End1>

<ModelRef ObjType="ShellProfile" ObjId="CGHULL"

CompType="None" CompId="0"/>

</End1>

<End2>

<ModelRef ObjType="PlanePanel" ObjId="810-000"

CompType="Stiffener" CompId="1"/>

</End2>

<FlangeGroup GroupId="1" BendingRadius="25.0"

Height="91.3" Thickness="0.0">

<Flange CompId="1">

<Trace>

<StartPoint2d U="1.3385211077E002"

V="5.8193703888E002"/>

<Segment2d>

<Amplitude2d U="0.0000000000E000"

V="0.0000000000E000"/>

<Node2d U="1.2309420495E003"

V="1.4082708389E002"/>

</Segment2d>

</Trace>

<Inclination>

<Vector3d U="0.0000000000E000"

V="0.0000000000E000"

W="-1.0000000000E000"/>

<Vector3d U="0.0000000000E000"

V="0.0000000000E000"

W="-1.0000000000E000"/>

</Inclination>

</Flange>

</FlangeGroup>

</Bracket>

.

.

</BracketGroup>

<Material>

Specifies a material grade as defined in reference data. For more information, see <Material> in Reference Data XML Tags.

<Thickness>

Defines the thickness for the plate.

<MaterialSide>

Defines the thickness direction for the plate.

<Bracket>

Contains the boundaries and parameters of a single bracket.

<Assembly>

Defines assembly information for the part. This attribute is optional.

<CoordSys>

<SimpleContour>

<End1>

Specifies the first bracket support.

<End2>

Specifies the second bracket support.

<ModelRef>

Identifies an object.

CompId

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

ObjType

Defines an object type, such as PlanePanel, CurvedPanel, or ShellCurve.

ObjId

Defines a unique name for an object. Smart 3D maps ObjId to the Node Type property and uses it to track existing objects during re-import to determine if an object is new.

CompType

Defines the type of feature.

<FlangeGroup>

Defines bracket flanges.

<Flange>

Contains the boundaries and landing curve of a single bracket flange.

<Trace>

Defines the starting and ending points of the bracket flange.

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.

<Inclination>

Defines the angle of the bracket flange.

<Vector3d>

Defines the inclination vectors at a node point on <Trace>. If two values of <Vector3D> are provided for <Inclination>, then the orientation angles are applied at the trace ends. If more than two values of <Vector3D> are provided, then the orientation angles are applied at each node of the trace.

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.

W

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