Struct BuilderRollerGeneralSimple.RollerWidthDiameter Last update: 16.07.2025 Namespace: VM.Managed.CAD.Roller Assembly: VMDRoller.dll This class is to represent information which is width and diameter of roller public struct BuilderRollerGeneralSimple.RollerWidthDiameter Constructors RollerWidthDiameter(double, double) Initializes a new instance of the class. public RollerWidthDiameter(double dWidth, double dDiameter) Parameters dWidth double the width of roller dDiameter double the diameter of roller Fields m_dDiameter The diameter of roller public double m_dDiameter Field Value double m_dWidth The width of roller public double m_dWidth Field Value double