|
Rhino C++ API
9.0
|
#include <rhinoSdkPrintInfo.h>
Public Member Functions | |
| CRhinoPrintPageDefinition () | |
| ~CRhinoPrintPageDefinition () | |
Public Attributes | |
| ON_wString | m_description |
| double | m_height = 0 |
| ON::LengthUnitSystem | m_units = ON::LengthUnitSystem::None |
| double | m_width = 0 |
Copyright (c) 1993-2026 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.
| CRhinoPrintPageDefinition::CRhinoPrintPageDefinition | ( | ) |
| CRhinoPrintPageDefinition::~CRhinoPrintPageDefinition | ( | ) |
| ON_wString CRhinoPrintPageDefinition::m_description |
| double CRhinoPrintPageDefinition::m_height = 0 |
| ON::LengthUnitSystem CRhinoPrintPageDefinition::m_units = ON::LengthUnitSystem::None |
| double CRhinoPrintPageDefinition::m_width = 0 |
1.8.17