CADability dotNET
Adds a "patch" to the layout. A patch is a a model with a certain projection placed on a section of the layout. The projection includes the placement of the model inside the section and the scaling.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void AddPatch(
	Model model,
	Projection projection,
	Border area
)
Visual Basic
Public Sub AddPatch ( _
	model As Model, _
	projection As Projection, _
	area As Border _
)
Visual C++
public:
void AddPatch(
	Model^ model, 
	Projection^ projection, 
	Border^ area
)

Parameters

model
Type: CADability..::..Model
The model for the patch
projection
Type: CADability..::..Projection
the projection for the model
area
Type: CADability.Shapes..::..Border
The area on the layout

See Also