CADability dotNET
Action that constructs a midpoint between two points. It uses a GeoPointProperty to communicate the constructed point to the outside.

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

Syntax

C#
public class ConstructIntersectPoint : ConstructAction, 
	IIntermediateConstruction
Visual Basic
Public Class ConstructIntersectPoint _
	Inherits ConstructAction _
	Implements IIntermediateConstruction
Visual C++
public ref class ConstructIntersectPoint : public ConstructAction, 
	IIntermediateConstruction

Inheritance Hierarchy

System..::..Object
  CADability.Actions..::..Action
    CADability.Actions..::..ConstructAction
      CADability.Actions..::..ConstructIntersectPoint

See Also