bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class ParallelogramSolidDto

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • Optionalcenter: Point3
      • Optionaldirection: Vector3
      • OptionalaroundCenter: boolean
      • Optionalwidth: number
      • Optionalheight: number
      • Optionalangle: number
      • OptionalextrusionLengthFront: number
      • OptionalextrusionLengthBack: number

      Returns ParallelogramSolidDto

    Properties

    center: Point3

    Center of the circle

    [0, 0, 0]
    
    direction: Vector3

    Direction

    [0, 1, 0]
    
    aroundCenter: boolean

    Indicates whether to draw the parallelogram around the center point or start from corner.

    true
    
    width: number

    Width of bounding rectangle

    2
    

    0

    Infinity

    0.1

    height: number

    Height of bounding rectangle

    1
    

    0

    Infinity

    0.1

    angle: number

    Sharp angle of the parallelogram

    15
    

    -Infinity

    Infinity

    1

    extrusionLengthFront: number

    Extrusion length in the forward direction

    1
    

    0

    Infinity

    0.1

    extrusionLengthBack: number

    Extrusion length in the backward direction

    0
    

    0

    Infinity

    0.1