<PlateGroup> - Intergraph Smart 3D - Administration & Configuration - Hexagon PPM

Intergraph Smart 3D Tribon Interface

Language
English
Product
Intergraph Smart 3D
Subproduct
Tribon
Search by Category
Administration & Configuration
Smart 3D Version
13

Defines plates. Smart 3D imports a plate as CImpPlate, with object type of ImpPlateType and plate type of ImpPlatePart.

<PlanePanel>

<PlateGroup GroupId="5">

<Material Grade="A">

<Thickness>12.0</Thickness>

</Material>

<MaterialSide>Forward</MaterialSide>

<Plate CompId="1" Assembly="1063">

<Limit>

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

CompType="Limit" CompId="1"/>

<StartPoint2d U="2.6886714031E003"

V="4.9200000000E003"/>

</Limit>

.

.

<SimpleContour>...</SimpleContour>

<DetailedContour>...</DetailedContour>

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

CompType="Hole" CompId="1"/>

.

.

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

CompType="Notch" CompId="1"/>

.

.

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

CompType="Cutout" CompId="13501"/>

.

.

</Plate>

</PlateGroup>

<CurvedPanel>

<PlateGroup GroupId="2">

<Material Grade="A">

<Thickness>27.0</Thickness>

</Material>

<MaterialSide>Out</MaterialSide>

<Plate CompId="1" Assembly="1063">

<Limit>

<ModelRef ObjType="CurvedPanel" ObjId="CG810-1"

CompType="Limit" CompId="1"/>

<StartPoint3d U="2.6126000000E005"

V="3.0915305138E003"

W="6.7500000000E003"/>

</Limit>

.

.

<SimpleContour>...</SimpleContour>

<FacetSurface>...</FacetSurface>

</Plate>

.

.

</PlateGroup>

<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.

<Plate>

Contains the plate boundaries, holes and features of a single plate.

<Assembly>

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

<Limit>

Identifies the edges of a surface generated from a simple or detailed contour. A limit is associated with an object identified by its unique <ModelRef> values.

<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.

StartPoint2d

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

StartPoint3d

Defines the starting node point coordinates in 3D space.

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.

<SimpleContour>

<DetailedContour>

<FacetSurface>

<HoleRef>, <NotchRef>, <CutoutRef>

Identifies the holes, edge features, and sketched features on the plate. CompId points to an item under the appropriate group (<HoleGroup>, <NotchGroup>, or <CutoutGroup>).

<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.