Bitbybit Docs
    Preparing search index...

    Class FilletTwoEdgesInPlaneDto<T> (Inputs.OCCT)

    fillets.filletTwoEdgesInPlaneIntoAWire के लिए एक प्लेन में दो एज, वह प्लेन और एक त्रिज्या, जो उन्हें एक गोलाई चाप से जोड़ता है।

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionaledge1: T
      • Optionaledge2: T
      • OptionalplaneOrigin: Point3
      • OptionalplaneDirection: Vector3
      • Optionalradius: number
      • Optionalsolution: number

      Returns FilletTwoEdgesInPlaneDto<T>

    Properties

    edge1: T

    जोड़ा जाने वाला पहला एज।

    undefined
    
    edge2: T

    जोड़ा जाने वाला दूसरा एज।

    undefined
    
    planeOrigin: Point3

    उस प्लेन पर एक पॉइंट जिसमें एज हैं; solution -1 होने पर यह उसके सबसे निकट का चाप भी चुनता है।

    [0, 0, 0]
    
    planeDirection: Vector3

    उस प्लेन का नॉर्मल जिसमें एज हैं।

    [0, 1, 0]
    
    radius: number

    गोलाई चाप की त्रिज्या, मॉडल इकाइयों में।

    0.3
    

    0

    Infinity

    0.1

    solution?: number

    कई फ़िट होने पर कौन-सा चाप उपयोग करना है, 0 से गिनते हुए; -1 planeOrigin के सबसे निकट वाला लेता है।

    -1
    

    true