<Code Lib>
2020 Method
Changes 0
M

FabricSheetType.SetMajorLayoutAsActualSpacing

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

public void SetMajorLayoutAsActualSpacing(
	double overallWidth,
	double minorStartOverhang,
	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.
  • spacing
    The distance between the wires in the major direction.

Loading…