<Code Lib>
2020 Method
Changes 0
M

FabricSheetType.SetMajorLayoutAsNumberWithSpacing

Description:
Sets the major layout pattern as NumberWithSpacing, while specifying the needed parameters for this pattern.

public void SetMajorLayoutAsNumberWithSpacing(
	double overallWidth,
	double minorStartOverhang,
	int numberOfWires,
	double spacing
)

  • overallWidth
    The entire width of the wire sheet in the minor direction.
  • minorStartOverhang
    The distance from the edge of the sheet to the first wire in the minor direction.
  • numberOfWires
    The number of the wires to set in the major direction.
  • spacing
    The distance between the wires in the major direction.

Loading…