Bitbybit Docs
    Preparing search index...

    Class MeshMeshIntersectionTwoShapesDto<T> (Inputs.OCCT)

    用于 booleans.meshMeshIntersectionWiresmeshMeshIntersectionPoints 的两个形状及其网格化精度。

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape1: T
      • Optionalshape2: T
      • Optionalprecision1: number
      • Optionalprecision2: number

      Returns MeshMeshIntersectionTwoShapesDto<T>

    Properties

    shape1: T

    要求交的第一个形状。

    undefined
    
    precision1?: number

    第一个形状的网格化容差,以模型单位表示;越小越紧密地贴合曲线,也消耗越多三角形。

    0.01
    

    0

    Infinity

    0.01

    shape2: T

    要求交的第二个形状。

    undefined
    
    precision2?: number

    第二个形状的网格化容差,以模型单位表示;越小越紧密地贴合曲线,也消耗越多三角形。

    0.01
    

    0

    Infinity

    0.01