NXOpen.UF.Modl.CreateThickenSheet

Modl.CreateThickenSheet()

Refer to UF_MODL_create_thicken_sheet for documentation.

Deprecated since version NX5.0.

Signature: CreateThickenSheet(sheetBodyTag, firstOffset, secondOffset, sign)

Parameters:
  • sheetBodyTag (Tag) – Object identifier of the sheet body to be thickened.
  • firstOffset (str) – The offset from the face(s) of the input sheet body that one side of the resultant solid body should be. If positive the offset is applied in the direction of the sheet face normal, if negative the offset is applied in the direction opposite to the sheet face normal.
  • secondOffset (str) – The offset from the face(s) of the input sheet body that the other side of the resultant body should be. If positive the offset is applied in the direction of the sheet face normal, if negative the offset is applied in the direction opposite to the sheet face normal.
  • sign (NXOpen.UF.Modl.FeatureSigns Refer to UF_FEATURE_SIGNS for documentation.) – The sign of the operation to be performed. UF_NULLSIGN = create new solid body UF_POSITIVE = add to active solid body UF_NEGATIVE = subtract from active solid body UF_UNSIGNED = intersect with active solid body
Returns:

Object identifier for the thicken sheet feature.

Return type:

Tag

License requirements: Basic Freeform Modeling