Bitbybit Docs
    Preparing search index...

    Class DragonCupDto (Things.ThreeDPrinting.Cups.DragonCup)

    The parameter set for the Dragon Cup, a cup carrying a scaled surface pattern. Generic in its value types so the same list can be expressed for a plain script, where every value is a number, and for a driven model, where a value can be an expression or a bound input. Concrete DTOs fill those type parameters in; read this class for what the model is actually shaped by.

    Implements

    Index

    Constructors

    • Parameters

      • Optionalheight: number
      • OptionalradiusBottom: number
      • OptionalradiusTopOffset: number
      • OptionalradiusMidOffset: number
      • OptionalrotationTopAngle: number
      • OptionalrotationMidAngle: number
      • OptionalnrSkinCellsVertical: number
      • OptionalnrSkinCellsHorizontal: number
      • OptionalnrSkinCellDivisionsTop: number
      • OptionalnrSkinCellDivisionsBottom: number
      • OptionalskinCellOuterHeight: number
      • OptionalskinCellInnerHeight: number
      • OptionalskinCellBottomHeight: number
      • OptionalskinCellTopHeight: number
      • Optionalthickness: number
      • OptionalbottomThickness: number
      • Optionalprecision: number
      • Optionalrotation: number
      • Optionalscale: number
      • Optionalorigin: Point3
      • Optionaldirection: Vector3

      Returns DragonCupDto

    Properties

    height: number

    कप की ऊँचाई

    6
    

    0.1

    Infinity

    0.1

    radiusBottom: number

    शीर्ष त्रिज्या का ऑफ़सेट

    4
    

    0

    Infinity

    0.1

    radiusTopOffset: number

    शीर्ष त्रिज्या का ऑफ़सेट

    2
    

    0

    Infinity

    0.1

    radiusMidOffset: number

    मध्य त्रिज्या का ऑफ़सेट

    2
    

    0

    Infinity

    0.1

    rotationTopAngle: number

    मध्य से शीर्ष का रोटेशन (कोण डिग्री में)

    20
    

    -90

    90

    1

    rotationMidAngle: number

    तल से मध्य का रोटेशन (कोण डिग्री में)

    20
    

    -90

    90

    1

    nrSkinCellsVertical: number

    ऊर्ध्वाधर दिशा के साथ स्किन सेल की संख्या

    5
    

    1

    Infinity

    1

    nrSkinCellsHorizontal: number

    क्षैतिज दिशा के साथ स्किन सेल की संख्या

    10
    

    3

    Infinity

    1

    nrSkinCellDivisionsTop: number

    कप के शीर्ष पर स्किन सेल विभाजनों की संख्या

    1
    

    1

    Infinity

    1

    nrSkinCellDivisionsBottom: number

    कप के तल पर स्किन सेल विभाजनों की संख्या

    3
    

    1

    Infinity

    1

    skinCellOuterHeight: number

    स्किन सेल की बाहरी ऊँचाई

    0.4
    

    -Infinity

    Infinity

    0.01

    skinCellInnerHeight: number

    स्किन सेल की भीतरी ऊँचाई

    0.3
    

    -Infinity

    Infinity

    0.01

    skinCellBottomHeight: number

    स्किन सेल की निचली ऊँचाई

    0.4
    

    -Infinity

    Infinity

    0.01

    skinCellTopHeight: number

    स्किन सेल की ऊपरी ऊँचाई

    0.4
    

    -Infinity

    Infinity

    0.01

    thickness: number

    कप की मोटाई

    0.6
    

    0.05

    Infinity

    0.01

    bottomThickness: number

    कप के तल की मोटाई

    1
    

    0.05

    Infinity

    0.01

    precision: number

    ड्रॉ किए गए मॉडल की मेशिंग परिशुद्धता। स्केल परिशुद्धता को भी स्केल करता है। संख्या जितनी कम, ड्रॉ किया गया मॉडल उतना ही अधिक परिशुद्ध। ध्यान रखें कि इस एल्गोरिदम के आउटपुट में शुद्ध occt शेप भी होती है जिसे draw any async कमांड में अलग से मेश किया जा सकता है

    0.01
    

    0.000001

    5

    0.001

    rotation: number

    कप का रोटेशन

    0
    

    0

    Infinity

    10

    scale: number

    कप का स्केल - एज की चौड़ाई और परिशुद्धता को प्रभावित करता है

    1
    

    0

    Infinity

    10

    origin: Point3

    मेडल का मूल बिंदु

    [0, 0, 0]
    
    direction: Vector3

    मॉडल की दिशा

    [0, 1, 0]