FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcGeHatch.h
Go to the documentation of this file.
1#pragma once
2
3//
4// (C) Copyright 2005-2024 by Graebert GmbH.
5//
6// Permission to use, copy, modify, and distribute this software in
7// object code form for any purpose and without fee is hereby granted,
8// provided that the above copyright notice appears in all copies and
9// that both that copyright notice and the limited warranty and
10// restricted rights notice below appear in all supporting
11// documentation.
12//
13// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17// UNINTERRUPTED OR ERROR FREE.
18
19#include "..\acge17\AcGe.h"
20
21template < typename Param1 > class AcArrayMemCopyReallocator;
22class AcGeCurve2d;
23class AcGePoint2d;
24class AcGeVector2d;
25
27{
28public:
31 AcGeHatch( AcGePoint2d const &, AcGeVector2d const &,double);
32 AcGeHatch( AcGePoint2d const &, AcGeVector2d const &,double, AcDbVoidPtrArray const &);
35 AcGeHatch & set( AcGePoint2d const &, AcGeVector2d const &,double);
36 AcGeHatch & set( AcGePoint2d const &, AcGeVector2d const &,double, AcDbVoidPtrArray const &);
41 AcGePoint2d point(void)const ;
43 double space(void)const ;
44 Frx::Boolean getIndexRange(int &,int &)const ;
49 void getNextPoint(int &, AcGePoint2d &, AcGe::AcGeXConfig &,int &)const ;
50
51};
void getNextLine(int &, AcGePoint2dArray &, AcGeIntArray &, AcDbVoidPtrArray &) const
AcGeVector2d direction(void) const
AcGePoint2d point(void) const
~AcGeHatch(void)
AcGeHatch & set(AcGePoint2d const &, AcGeVector2d const &, double)
double space(void) const
void getNextLine(int &, AcGePoint2dArray &, AcGeIntArray &, AcGeIntArray &) const
void getNextPoint(int &, AcGePoint2d &, AcGe::AcGeXConfig &, AcGeCurve2d *&) const
AcGeHatch & operator=(AcGeHatch const &)
AcGeHatch & setSpace(double)
Frx::Boolean getIndexRange(int &, int &) const
void getCurves(AcDbVoidPtrArray &) const
AcGeHatch & setPoint(AcGePoint2d const &)
AcGeHatch & setDirection(AcGeVector2d const &)
AcGeHatch(AcGePoint2d const &, AcGeVector2d const &, double)
AcGeHatch(AcGePoint2d const &, AcGeVector2d const &, double, AcDbVoidPtrArray const &)
AcGeHatch(AcGeHatch const &)
AcGeHatch & set(AcGePoint2d const &, AcGeVector2d const &, double, AcDbVoidPtrArray const &)
AcGeHatch & setCurves(AcDbVoidPtrArray const &)
void getNextPoint(int &, AcGePoint2d &, AcGe::AcGeXConfig &, int &) const
AcGeXConfig
Definition AcGe.h:41