Type Enum of Analysis Constraint

Type Enum of Analysis Constraint

Anonymous
Not applicable
577 Views
2 Replies
Message 1 of 3

Type Enum of Analysis Constraint

Anonymous
Not applicable

 

Hi,

I want to know the enum type of 3 constraint types as attached image.

If it's Tangent Constraint, type enum is ContainmentEnum!?

 

Constraint_Analysis_Enum.PNG

 

I would appreciate any ideas/suggestions.

MinhHN.

0 Likes
Accepted solutions (1)
578 Views
2 Replies
Replies (2)
Message 2 of 3

ianteneth
Advocate
Advocate
Accepted solution

Hi! I am having trouble finding out what ContainmentEnum is even related to in the API. However, I believe that for these constraints that the following properties would tell you the "directions" or "Enums", if that is what you are looking for. I haven't tested these, but I am pretty sure these are it. Hope this helps!

 

Symmetry Constraint

AssemblySymmetryConstraint.NormalsOpposed Property as Boolean

Insert Constraint

InsertConstraint.AxesOpposed Property as Boolean

Tangent Constraint

TangentConstraint.InsideTangency Property as Boolean
Message 3 of 3

Anonymous
Not applicable

Thank you very much ^^