2020 Method
Changes 0
M

FabricSheetType.SetMinorLayoutAsNumberWithSpacing

Description:
Sets the major layout pattern as NumberWithSpacing, while specifying the needed parameters for this pattern.
public void SetMinorLayoutAsNumberWithSpacing(
	double overallLength,
	double majorStartOverhang,
	int numberOfWires,
	double spacing
)
  • overallLength
    The entire length of the wire sheet in the major direction.
  • majorStartOverhang
    The distance from the edge of the sheet to the first wire in the major direction.
  • numberOfWires
    The number of wires in the minor direction.
  • spacing
    The distance between the wires in the minor direction.