Bitbybit Docs
    Preparing search index...

    Class CalmCupDto (Things.ThreeDPrinting.Cups.CalmCup)

    The parameter set for the Calm Cup, a shelled parametric cup with handles. 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
      • Optionalthickness: number
      • Optionalfillet: number
      • OptionalnrOfHandles: number
      • OptionalhandleDist: number
      • Optionalprecision: number
      • Optionalrotation: number
      • Optionalscale: number
      • Optionalorigin: Point3
      • Optionaldirection: Vector3

      Returns CalmCupDto

    Properties

    height: number

    कप की ऊँचाई

    6
    

    0.1

    Infinity

    0.1

    radiusBottom: number

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

    4
    

    0

    Infinity

    0.1

    radiusTopOffset: number

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

    2
    

    0

    Infinity

    0.1

    thickness: number

    कप की मोटाई

    0.6
    

    0.05

    3

    0.01

    fillet: number

    कप का फिलेट

    0.2
    

    0.01

    Infinity

    0.01

    nrOfHandles: number

    हैंडल की संख्या, 0 बिना हैंडल का कप बनाएगा

    1
    

    0

    2

    1

    handleDist: number

    कप से हैंडल की दूरी

    2
    

    0.1

    Infinity

    0.1

    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]