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

    Class CylinderDto

    Index

    Constructors

    • Parameters

      • Optionalradius: number
      • Optionalheight: number
      • Optionalcenter: Point3
      • Optionaldirection: Vector3
      • Optionalangle: number
      • OptionaloriginOnCenter: boolean

      Returns Bit.Inputs.OCCT.CylinderDto

    Properties

    radius: number

    Radius of the cylinder

    1
    

    0

    Infinity

    0.1

    height: number

    Height of the cylinder

    2
    

    0

    Infinity

    0.1

    center: Point3

    Center of the cylinder

    [0, 0, 0]
    
    direction?: Vector3

    Direction for the cylinder

    [0, 1, 0]
    
    angle?: number

    Angle of the cylinder pie

    360
    

    0

    Infinity

    1

    originOnCenter?: boolean

    Force origin to be on the center of cylinder

    false