Rhino C++ API
8.13
|
#include <rhinoSdkHatchObject.h>
Public Member Functions | |
CArgsRhinoHatch ()=default | |
int | PatternIndex () const |
Gets. More... | |
double | PatternRotation () const |
double | PatternScale () const |
void | SetPatternIndex (int index) |
Sets. More... | |
void | SetPatternRotation (double rotation) |
void | SetPatternScale (double scale) |
void | SetView (const CRhinoView *view) |
const CRhinoView * | View () const |
Public Attributes | |
ON_SimpleArray< const ON_Curve * > | m_loops |
Protected Attributes | |
int | m_pattern_index = -1 |
double | m_pattern_rotation = 0.0 |
double | m_pattern_scale = 1.0 |
const CRhinoView * | m_view = nullptr |
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 |
int CArgsRhinoHatch::PatternIndex | ( | ) | const |
Gets.
double CArgsRhinoHatch::PatternRotation | ( | ) | const |
double CArgsRhinoHatch::PatternScale | ( | ) | const |
void CArgsRhinoHatch::SetPatternIndex | ( | int | index | ) |
Sets.
void CArgsRhinoHatch::SetPatternRotation | ( | double | rotation | ) |
void CArgsRhinoHatch::SetPatternScale | ( | double | scale | ) |
void CArgsRhinoHatch::SetView | ( | const CRhinoView * | view | ) |
const CRhinoView* CArgsRhinoHatch::View | ( | ) | const |
ON_SimpleArray<const ON_Curve*> CArgsRhinoHatch::m_loops |
|
protected |
|
protected |
|
protected |
|
protected |