CADability dotNET
Combines two modification into one modification. If two modifications have to be applied to several GeoPoints or GeoVectors or to [!:IGeoObject]s it is faster to use the combination.

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

Syntax

C#
public static ModOp operator *(
	ModOp lhs,
	ModOp rhs
)
Visual Basic
Public Shared Operator * ( _
	lhs As ModOp, _
	rhs As ModOp _
) As ModOp
Visual C++
public:
static ModOp operator *(
	ModOp lhs, 
	ModOp rhs
)

Parameters

lhs
Type: CADability..::..ModOp
second modification
rhs
Type: CADability..::..ModOp
first modification

Return Value

the combination

See Also