Reflected Solid <ReflectedSolid>

Synopsis

This design creates a mirrored image of a solid.

Mixins

SolidMixin

InkStrokedMixin

Canonicals

Name Type Description
part part The part to reflect.
planePoint point The mirror plane point.
planeNormal vector The normal vector of the mirror plane.

Parameters

Name Type Description
plane part plane

Group Rules

<plane_only (plane)> Defines the planePoint and planeVector by referencing the plane.

Example 1

Name: ReflectedSolid_Ex01
Design: acDrawingDocument
Child Name: original
Child Design: :Cone
Name Type Supplied
height number 4
radius number 3
topRadius number 0.5
origin point point(0, 0, 1)
color string "dandelion"
Child Name: result
Child Design: :ReflectedSolid
Name Type Supplied
part part original
planePoint point Me.origin
planeNormal vector Me.unitZ
color string "jungle green"