CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
DbLSPointComponent.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2022, Open Design Alliance (the "Alliance").
3// All rights reserved.
4//
5// This software and its documentation and related materials are owned by
6// the Alliance. The software may only be incorporated into application
7// programs owned by members of the Alliance, subject to a signed
8// Membership Agreement and Supplemental Software License Agreement with the
9// Alliance. The structure and organization of this software are the valuable
10// trade secrets of the Alliance and its suppliers. The software is also
11// protected by copyright law and international treaty provisions. Application
12// programs incorporating this software must include the following statement
13// with their copyright notices:
14//
15// This application incorporates Open Design Alliance software pursuant to a license
16// agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2022 by Open Design Alliance.
18// All rights reserved.
19//
20// By use of this software, its documentation or related materials, you
21// acknowledge and accept the above terms.
23
24#ifndef ODDGNLS_DBLSPOINTCOMPONENT_H
25#define ODDGNLS_DBLSPOINTCOMPONENT_H
26
27#include "DbLSComponent.h"
28#include "DbLSSymbolReference.h"
29
30#include "TD_PackPush.h"
31
37{
38 public:
40
42
54 OdDbLSSymbolReference *insertSymbolForStroke(const OdDbObjectId &symCompId, double fXOffset = 0.0, double fYOffset = 0.0, double fAngle = 0.0,
55 OdInt32 nStroke = 0);
74
86 OdDbLSSymbolReference *insertSymbolForVertex(const OdDbObjectId &symCompId, double fXOffset = 0.0, double fYOffset = 0.0, double fAngle = 0.0,
106
119
127
137 void setStrokeComponent(const OdDbObjectId &strokeCompId);
138
157};
158
163
164#include "TD_PackPop.h"
165
166#endif // ODDGNLS_DBLSPOINTCOMPONENT_H
OdSmartPtr< OdDbLSPointComponent > OdDbLSPointComponentPtr
#define ODDGNLS_EXPORT
Definition: OdDgnLSExport.h:33
unsigned int OdUInt32
int OdInt32
OdDbLSSymbolReference * insertSymbolForVertex(const OdDbLSSymbolReference *pSymbol, OdDbLSSymbolReference::VertexMask at)
void deleteSymbolForVertex(OdDbLSSymbolReference::VertexMask at)
OdDbObjectId strokeComponent() const
OdDbLSSymbolReference * insertSymbolForStroke(const OdDbObjectId &symCompId, double fXOffset=0.0, double fYOffset=0.0, double fAngle=0.0, OdInt32 nStroke=0)
void deleteSymbolForStroke(OdInt32 nStroke)
OdDbLSSymbolReference * insertSymbolForStroke(const OdDbObjectId &symCompId, OdInt32 nStroke)
OdDbLSSymbolReference * symbol(OdUInt32 nSym)
OdDbLSSymbolReference * insertSymbolForStroke(const OdDbLSSymbolReference *pSymbol, OdInt32 nStroke)
OdUInt32 numberSymbols() const
OdDbLSSymbolReference * insertSymbolForVertex(const OdDbObjectId &symCompId, double fXOffset=0.0, double fYOffset=0.0, double fAngle=0.0, OdDbLSSymbolReference::VertexMask at=OdDbLSSymbolReference::kLSAtOrigin)
void setStrokeComponent(const OdDbObjectId &strokeCompId)
ODDB_DECLARE_MEMBERS(OdDbLSPointComponent)
OdDbLSSymbolReference * insertSymbolForVertex(const OdDbObjectId &symCompId, OdDbLSSymbolReference::VertexMask at)
OdDbLSSymbolReference * symbolForVertex(OdDbLSSymbolReference::VertexMask at)
OdDbLSSymbolReference * symbolForStroke(OdInt32 nStroke)