Bitbybit Docs
    Preparing search index...

    Class AlignDto<T> (Inputs.OCCT)

    transforms.align के लिए एक शेप, उस पर एक पॉइंट और दिशा, और वह पॉइंट और दिशा जिन पर उतरना है।

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      Returns AlignDto<T>

    Properties

    shape: T

    खिसकाई जाने वाली शेप।

    undefined
    
    fromOrigin: Point3

    शेप पर वह पॉइंट जो toOrigin पर ले जाया जाता है।

    [0, 0, 0]
    
    fromDirection: Vector3

    शेप के फ़्रेम पर वह दिशा जो toDirection पर ले जाई जाती है।

    [0, 0, 1]
    
    toOrigin: Point3

    वह पॉइंट जिस पर fromOrigin उतरता है।

    [0, 1, 0]
    
    toDirection: Vector3

    वह दिशा जिस पर fromDirection उतरती है।

    [0, 1, 0]