Set (class MKI_3D_EDGE) New in Version 2026.1

www.CAD6.com

C++ Syntax

void

MKI_3D_EDGE::Set(

 const MKI_3D_POINT& f_rPoint,

 const MKI_3D_VECTOR& f_rVector );

 

void

MKI_3D_EDGE::Set(

 const MKI_3D_POINT& f_rPoint1,

 const MKI_3D_POINT& f_rPoint2 );

 

Initializes this edge with the given values.

 

void

MKI_3D_EDGE::Set(

 MKI_CONST_POINT_REF f_rPoint1,

 MKI_CONST_POINT_REF f_rPoint2 );

 

Initializes this edge with the given 2D points, setting all z-coordinates to zero.

 

CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH