2022 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
)
  • Double
    overallWidth
    The entire width of the wire sheet in the minor direction.
  • Double
    minorStartOverhang
    The distance from the edge of the sheet to the first wire in the minor direction.
  • Double
    spacing
    The distance between the wires in the major direction.