![]() |
Description |
Represents the reflection of a solid about a plane. |
Parameters |
Label – A unique name that identifies the transformation. (ISolidOperation/Label) Plane Point - [LENGTH] – Point on plane about which to reflect. Defined in the solid's coordinate system. (ISolidReflection/PlanePoint) Plane Normal – Vector normal to plane about which to reflect. Defined in the solid's coordinate system. This is a unitless vector and its magnitude is irrelevant. (ISolidReflection/PlaneNormal) Include Original - If True, the original solid is kept and a reflected copy is added. Otherwise the original solid is reflected. (ISolidReflection/IncludeOriginal) |
Example(s) |
|
User Interface Button |
|
Command Details |
Mouse click order is: |
Example Creation Script |
SolidReflection_2 = Solid_1.Get_ISolid().Reflect("Reflection_1", "0, 0, 0", "1, 0, 0") |
Scripting Interfaces |
“ISolidReflection”
|
Please send email to awr.support@cadence.com if you would like to provide feedback on this article. Please make sure to include the article link in the email.