FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcGeExternalCurve3d.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
20#include "..\acge17\AcGe.h"
21
22class AcGeCurve3d;
23
25{
26public:
35 int isCircArc(void)const ;
36 int isDefined(void)const ;
37 int isEllipArc(void)const ;
38 int isLine(void)const ;
39 int isLineSeg(void)const ;
40 int isNativeCurve( AcGeCurve3d * &)const ;
41 int isNurbCurve(void)const ;
42 int isOwnerOfCurve(void)const ;
43 int isRay(void)const ;
44 void getExternalCurve(void * &)const ;
45
46};
void getExternalCurve(void *&) const
int isEllipArc(void) const
int isDefined(void) const
int isNurbCurve(void) const
AcGeExternalCurve3d & operator=(AcGeExternalCurve3d const &)
int isLine(void) const
int isCircArc(void) const
AcGeExternalCurve3d(AcGeExternalCurve3d const &)
int isNativeCurve(AcGeCurve3d *&) const
int isLineSeg(void) const
AcGeExternalCurve3d(void *, AcGe::ExternalEntityKind, int)
int isOwnerOfCurve(void) const
AcGeExternalCurve3d & setToOwnCurve(void)
AcGeExternalCurve3d & set(void *, AcGe::ExternalEntityKind, int)
int isRay(void) const
AcGe::ExternalEntityKind externalCurveKind(void) const
ExternalEntityKind
Definition AcGe.h:183