2.3.4.2.7.  Key "Material"

Name of the material from the MaterialFile, read from the part physical properties.

Example:

Material(is3dpart)=?GetObject("iface.calcnameservice").start(0).Format("<CLASSPROP 
 ( cns,CNSPHYPROP,CNSMAT ) > ").value()

Algorithm

  1. Check if "*CATMATERIAL_FILE"("MaterialFile") exists. If it does not exists, exit from ApplyMaterial without message.

  2. Get the value for mass: Search "cns"->"CNSPHYPROP"->"CNSMASSEXACT". If not found search in "cns"->"CNSGEOMBASE"->"CNS_MASSEXACT001"

  3. Compute the Volume of the Part using CAAV5 functions.

  4. If mass is zero or is not defined, the value for density is read from ps3, else compute the density of the Material: density = mass / volume.

  5. Search the name of Material from - "cns"->"CNSPHYPROP"->"CNSMAT" or from Mident of the Part ("A_MAT") or from *CATMATERIAL_STD_NAME flag (in the specified CATMaterial File)

  6. If the Material has been found in CATMATERIAL_FILE, set for it the computed density.

  7. Apply the material on feature.

    -> The Material is displayed in the tree.

-> The Material is displayed in the tree.

On this also compare the following keys:

  • CATMaterial File: Name of CATMaterial File, which is used for created parts. If the metafile contains material information, the material name is searched for in the specified CATMaterial file and, if found, it is assigned.

    Examples:

    [CreationOptions]
    MaterialFile(is3dpart)=MaterialFile.CATMaterial

    [CreationOptions]
    MaterialFile(is3dpart)=?Aplication.ResolveEnv("K:\\DS\\B18\\win_b64\\startup\\materials
     \\Catalog.CATMaterial")

  • StdMaterial(is3dPart)

    Name of the desired material

  • APPLY_PART_MATERIAL_TO

    Applies the material on either the part, the body, both, or none.