CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
DbBlockConstraintParameters.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2024, 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-2024 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 _DbBlockConstraintParameter_h_Included_
25#define _DbBlockConstraintParameter_h_Included_
26
27#include "DbBlock2PtParameter.h"
29
43
45
62
64
75
77
88
90
101
103
109{
110public:
115
116 //FELIX_CHANGE_BEGIN
118 void setBasePoint( const OdGePoint3d& ptBasePoint );
119 //FELIX_CHANGE_END
120 //FELIX_CHANGE_BEGIN
121 //DESKTOP-225096
123 //FELIX_CHANGE_END
124};
125
127
133{
134public:
137 //FELIX_CHANGE_BEGIN
138 //DESKTOP-225096
139 double value() const;
140 void setValue( double v );
141 //FELIX_CHANGE_END
142};
143
145
151{
152public:
155 //FELIX_CHANGE_BEGIN
156 //DESKTOP - 225096
157 double value() const;
158 void setValue( double v );
159 //FELIX_CHANGE_END
160};
161
163
164#endif //_DbBlockConstraintParameter_h_Included_
OdSmartPtr< OdDbBlockAlignedConstraintParameter > OdDbBlockAlignedConstraintParameterPtr
OdSmartPtr< OdDbBlockHorizontalConstraintParameter > OdDbBlockHorizontalConstraintParameterPtr
OdSmartPtr< OdDbBlockRadialConstraintParameter > OdDbBlockRadialConstraintParameterPtr
OdSmartPtr< OdDbBlockAngularConstraintParameter > OdDbBlockAngularConstraintParameterPtr
OdSmartPtr< OdDbBlockConstraintParameter > OdDbBlockConstraintParameterPtr
OdSmartPtr< OdDbBlockDiametricConstraintParameter > OdDbBlockDiametricConstraintParameterPtr
OdSmartPtr< OdDbBlockVerticalConstraintParameter > OdDbBlockVerticalConstraintParameterPtr
OdSmartPtr< OdDbBlockLinearConstraintParameter > OdDbBlockLinearConstraintParameterPtr
#define DYNBLOCKS_EXPORT
Definition DbEvalGraph.h:91
ODDB_EVAL_DECLARE_MEMBERS(OdDbBlockAlignedConstraintParameter)
OdGePoint3d getTextPosition() const
const OdDbBlockParamValueSet & valueSet() const
void setBasePoint(const OdGePoint3d &ptBasePoint)
void setValueSet(const OdDbBlockParamValueSet &)
ODDB_EVAL_DECLARE_MEMBERS(OdDbBlockAngularConstraintParameter)
void updateFromAssocVariable(const OdDbObjectId &blockId)
ODDB_EVAL_DECLARE_MEMBERS(OdDbBlockConstraintParameter)
void setDependency(OdDbObjectId id)
ODDB_EVAL_DECLARE_MEMBERS(OdDbBlockDiametricConstraintParameter)
ODDB_EVAL_DECLARE_MEMBERS(OdDbBlockHorizontalConstraintParameter)
const OdDbBlockParamValueSet & valueSet() const
void setValueSet(const OdDbBlockParamValueSet &)
ODDB_EVAL_DECLARE_MEMBERS(OdDbBlockLinearConstraintParameter)
void setDescription(const OdString &)
ODDB_EVAL_DECLARE_MEMBERS(OdDbBlockRadialConstraintParameter)
ODDB_EVAL_DECLARE_MEMBERS(OdDbBlockVerticalConstraintParameter)
const GLfloat * v
Definition gles2_ext.h:315