Rhino C++ API
8.13
|
CRhinoAnnotationSettings class Note: Dimscale is now part of the DimStyles class and this class property is obsolete. Also, much of the CRhinoAnnotationSettings class has been replaced with CRhinoAnnotationSettingsEx. More...
#include <rhinoSdkDocProperties.h>
Public Member Functions | |
CRhinoAnnotationSettings ()=default | |
CRhinoAnnotationSettings (const ON_3dmAnnotationSettings &src) | |
~CRhinoAnnotationSettings () | |
ON_UUID | DimensionLayerId () const |
double | DimScale () const |
void | EnableUseDimensionLayer (bool bEnable) |
double | ModelSpaceHatchScale () const |
double | ModelSpaceTextScale () const |
BOOL32 | operator!= (const CRhinoAnnotationSettings &other) |
CRhinoAnnotationSettings & | operator= (const ON_3dmAnnotationSettings &src) |
BOOL32 | operator== (const CRhinoAnnotationSettings &other) |
the compare operators are used to test for changed settings More... | |
void | SetDimensionLayerId (const ON_UUID &dimension_layer_id) |
void | SetDimScale (double scale) |
void | SetModelSpaceHatchScale (double scale) |
void | SetModelSpaceTextScale (double scale) |
bool | UseDimensionLayer () const |
CRhinoAnnotationSettings class Note: Dimscale is now part of the DimStyles class and this class property is obsolete. Also, much of the CRhinoAnnotationSettings class has been replaced with CRhinoAnnotationSettingsEx.
Copyright (c) 1993-2017 Robert McNeel & Associates. All rights reserved. Rhinoceros is a registered trademark of Robert McNeel & Associates.
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND OF MERCHANTABILITY ARE HEREBY DISCLAIMED.
For complete Rhino SDK copyright information see http://www.rhino3d.com/developer.
|
default |
CRhinoAnnotationSettings::~CRhinoAnnotationSettings | ( | ) |
CRhinoAnnotationSettings::CRhinoAnnotationSettings | ( | const ON_3dmAnnotationSettings & | src | ) |
ON_UUID CRhinoAnnotationSettings::DimensionLayerId | ( | ) | const |
double CRhinoAnnotationSettings::DimScale | ( | ) | const |
void CRhinoAnnotationSettings::EnableUseDimensionLayer | ( | bool | bEnable | ) |
double CRhinoAnnotationSettings::ModelSpaceHatchScale | ( | ) | const |
double CRhinoAnnotationSettings::ModelSpaceTextScale | ( | ) | const |
BOOL32 CRhinoAnnotationSettings::operator!= | ( | const CRhinoAnnotationSettings & | other | ) |
CRhinoAnnotationSettings& CRhinoAnnotationSettings::operator= | ( | const ON_3dmAnnotationSettings & | src | ) |
BOOL32 CRhinoAnnotationSettings::operator== | ( | const CRhinoAnnotationSettings & | other | ) |
the compare operators are used to test for changed settings
void CRhinoAnnotationSettings::SetDimensionLayerId | ( | const ON_UUID & | dimension_layer_id | ) |
void CRhinoAnnotationSettings::SetDimScale | ( | double | scale | ) |
void CRhinoAnnotationSettings::SetModelSpaceHatchScale | ( | double | scale | ) |
void CRhinoAnnotationSettings::SetModelSpaceTextScale | ( | double | scale | ) |
bool CRhinoAnnotationSettings::UseDimensionLayer | ( | ) | const |