*CE_EditSeamAndLineDetail

Edit density, spacing and offset details for seam or line spot connectors specified by mark.

Syntax

*CE_EditSeamAndLineDetail ce_markmask density spacing half_spacing_offset offset param1 param2

Type

HyperMesh Tcl Modify Command

Description

Edit density, spacing and offset details for seam or line spot connectors specified by mark.

Inputs

ce_markmask
The mark of connectors that needs to be updated.
density
Integer number to split line into number of points. Spacing between points (= line_length/density).
spacing
Float number to split line into number of points with specified distance between points (= spacing).
half_spacing_offset
Create points from an offset (= spacing/2) from the start and end of line ().
  • 0 = true
  • 1 = false
offset
Create points from an offset (= offset) from the start and end of line.
param1
For future use (must be 0).
param2
For future use (must be 0.0).

Examples

To set density=10 and offset=1.5 for line connectors 1, 2 and 3:
*createmark(connectors, 1) 1 2 3
*CE_EditSeamAndLineDetail(1, 10, 0.0, 0, 1.5, 0, 0.0)

The specified details are modified, only if the previous values were not the same. The modified connectors are unrealized since editing details affects realization.

This command is outdated. *CE_DetailSetInt() and *CE_DetailSetDouble() are recommended for the purpose of setting details for a seam connector.