Bitbybit Docs
    Preparing search index...

    Class DecomposedEdgeDto

    Index

    Constructors

    Properties

    edgeIndex: number
    middlePoint: Point3
    vertexCoord: Vector3[]
    length?: number

    Length of the edge. Only present when shapeToMesh is called with computeMetadata.

    centerOfMass?: Point3

    True center of mass of the edge. Only present when computeMetadata is enabled.

    curveType?: string

    Curve kind, e.g. "Line", "Circle", "BSplineCurve". Only present with computeMetadata.

    degenerated?: boolean

    Whether the edge is degenerated (no 3D curve). Only present with computeMetadata.

    incidentFaces?: number[]

    Indices of faces incident to this edge. Only present with computeMetadata.

    edgeUid?: number

    Stable BRepGraph UID of the edge (-1 if unavailable). Only present with computeMetadata.