Bitbybit Docs
    Preparing search index...

    Class EternalLoveDto (Things.ThreeDPrinting.Medals.EternalLove)

    The parameter set for the Eternal Love medal, a disc with an engraved relief. 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

      • OptionaltextHeading: string
      • OptionaltextName: string
      • OptionalfullModel: boolean
      • Optionalthickness: number
      • OptionaldecorationThickness: number
      • Optionalrotation: number
      • Optionalorigin: Point3
      • Optionaldirection: Vector3

      Returns EternalLoveDto

    Properties

    textHeading: string

    The head text

    LOVE YOU
    
    textName: string

    Name of the person

    NORA
    
    fullModel: boolean

    Choose whether to produce half of the model (better for 3d printing) or full model with two sides

    true
    
    thickness: number

    Thickness of the model

    6
    

    0.5

    20

    0.1

    decorationThickness: number

    Additional thickness of the decorations

    1
    

    0.1

    3

    0.1

    rotation: number

    Rotation of the erenal love medal

    0
    

    0

    Infinity

    10

    origin: Point3

    Origin of the medal

    [0, 0, 0]
    
    direction: Vector3

    Direction of the model

    [0, 1, 0]