Engineering Solutions

CATIA Metadata Support

CATIA Metadata Support

Previous topic Next topic No expanding text in this topic  

CATIA Metadata Support

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

The CATIA reader generates the following metadata:

 

COLOR_RGB

Type

Entities

Description

string

points

lines

surfs

solids

Three RGB values, ranging from 0 to 255, indicating the color of the entity in the CAD model.

Generated when @ColorsAsMetadata = on

 

COMMENT_BLOCK

Type

Entities

Description

string

assems

The command block text for a CATIA v4 file.  This is only attached to the root assembly.

 

COORDINATE_SYSTEM_<name>

Type

Entities

Description

string

assems

The <name> field is the name of the local coordinate system and the value is the local coordinate system information.

 

DENSITY

Type

Entities

Description

double

solids

The value of the density of a solid.

Generated when @DensityAsMetadata = on

 

FULL_IDENTIFIER

Type

Entities

Description

string

points

lines

surfs

solids

comps

assems

A string indicating the name in the following format:

"part_name/name"

Generated when @FullNameAsMetadata = on

 

MODELUNIT

Type

Entities

Description

integer

comps

The model units specified in the CAD file.  Values include:

1 = inches

2 = millimeters

4 = feet

5 = miles

6 = meters

7 = kilometers

8 = mils

9 = microns

10 = centimeters

11 = microinches

12 = decimeters

13 = yards

This is always generated.

 

ORIGINAL_ID

Type

Entities

Description

string

points

lines

surfs

solids

The original CAD entity ID.

Generated when @OriginalIdAsMetadata = on

 

TAG

Type

Entities

Description

string

points

lines

surfs

solids

The tag (name) of the entity as read from the CAD model, if one exists.

Generated when @TagsAsMetadata = on

 

<name>

Type

Entities

Description

integer

double

string

points

lines

surfs

solids

comps

assems

The <name> field is the CATIA attribute name and the integer/double/string is the value of the CATIA attribute.

Generated when @AttributesAsMetadata = on

 

See Also:

CATIA Import Options

CATIA Reader Support

CAD Import Options