2023 Method
Changes 0
M

FabricSheetType.SetMajorLayoutAsFixedNumber

Description:
Sets the major layout pattern as FixedNumber, while specifying the needed parameters for this pattern.
public void SetMajorLayoutAsFixedNumber(
	double overallWidth,
	double minorStartOverhang,
	double minorEndOverhang,
	int numberOfWires
)
  • 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
    minorEndOverhang
    The distance from the last wire to the edge of the sheet in the minor direction.
  • Int32
    numberOfWires
    The number of the wires to set in the major direction.