Composite Method
Creates a composite surface from two existing surfaces.
Signature
RetVal = object.Composite(NewSurface, ParentSurface, ChildSurface)
object
Surfaces The object or objects this property applies to.
NewSurface
String; input-only
The name of the new surface to be created.
ParentSurface
String; input-only
The name of the parent surface.
ChildSurface
String; input-only
The name of the child surface.
RetVal
Surface object
The newly added Surface object.