Bitbybit Docs
    Preparing search index...

    Class PointsOnWireAtEqualLengthDto<T> (Inputs.OCCT)

    A wire and a spacing for shapes.wire.pointsOnWireAtEqualLength, which places points every length units from the start.

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • shape: T
      • Optionallength: number
      • OptionaltryNext: boolean
      • OptionalincludeFirst: boolean
      • OptionalincludeLast: boolean

      Returns PointsOnWireAtEqualLengthDto<T>

    Properties

    shape: T

    The wire to place points along.

    undefined
    
    length: number

    The distance between points along the wire, in model units.

    0.5
    

    -Infinity

    Infinity

    0.1

    tryNext: boolean

    When true, one more point is asked for a step beyond the last one that fit.

    false
    
    includeFirst: boolean

    When true, the point at the start of the wire is kept.

    false
    
    includeLast: boolean

    When true, the end point of the wire is appended whatever the spacing.

    false