mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-23 14:57:23 +08:00
16 lines
261 B
C++
Executable File
16 lines
261 B
C++
Executable File
// File: GeomFill_TrihedronWithGuide.cxx
|
|
// Created: Wed Jul 8 11:42:29 1998
|
|
// Author: Stephanie HUMEAU
|
|
// <shu@sun17>
|
|
|
|
|
|
#include <GeomFill_TrihedronWithGuide.ixx>
|
|
|
|
|
|
Handle(Adaptor3d_HCurve) GeomFill_TrihedronWithGuide::Guide()const
|
|
{
|
|
return myGuide;
|
|
}
|
|
|
|
|