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

    Class PipePolygonWireNGonDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshapes: T
      • Optionalradius: number
      • OptionalnrCorners: number
      • OptionalmakeSolid: boolean
      • OptionaltrihedronEnum: geomFillTrihedronEnum
      • OptionalforceApproxC1: boolean

      Returns PipePolygonWireNGonDto<T>

    Properties

    shape: T

    Wire path to pipe

    undefined
    
    radius: number

    Radius of the cylindrical pipe

    0.1
    

    0

    Infinity

    1

    nrCorners: number

    Nr of ngon corners to be used

    6
    

    3

    Infinity

    1

    makeSolid: boolean

    Make solid result by closing start and end parts

    true
    
    trihedronEnum: geomFillTrihedronEnum

    Goemetry Fill Trihedron Options

    isConstantNormal
    
    forceApproxC1: boolean

    Attempt to approximate a C1-continuous surface if a swept surface proved to be C0

    false