NXOpen.UF.Cam.SetAutoBlank

Cam.SetAutoBlank()

Refer to UF_CAM_set_auto_blank for documentation.

Signature: SetAutoBlank(objectTag, geomType, offset)

Parameters:
  • objectTag (Tag) – the operation or geometry group containing blank definition
  • geomType (NXOpen.UF.Cam.BlankGeomType Refer to UF_CAM_blank_geom_type_e for documentation.) – type type of blank geometry defined
  • offset (list of float) – For geom_type = UF_CAM_auto_block_type, offset is an array of positive deltas to a minimal box aligned with the MCS which contains the specified part geometry. Offset[0] = offset along +XM Offset[1] = offset along -XM Offset[2] = offset along +YM Offset[3] = offset along -YM Offset[4] = offset along +ZM Offset[5] = offset along -ZM For geom_type = UF_CAM_offset_from_part, offset is a single positive offset from the specified Part geometry. Offset[0] = global offset of part geometry Offset[1-5] unused

License requirements: None