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

    Constructors

    • Parameters

      • Optionalradius1: number
      • Optionalradius2: number
      • Optionalheight: number
      • Optionalangle: number
      • Optionalcenter: Point3
      • Optionaldirection: Vector3

      Returns Bit.Inputs.OCCT.ConeDto

    Properties

    radius1: number

    First radius of the cone

    2
    

    0

    Infinity

    0.1

    radius2: number

    Second radius of the cone

    1
    

    0

    Infinity

    0.1

    height: number

    Height of the cone

    2
    

    0

    Infinity

    0.1

    angle: number

    Angle of the cone

    360
    

    0

    360

    1

    center: Point3

    Center of the cone

    [0, 0, 0]
    
    direction: Point3

    Direction of the cone

    [0, 1, 0]