Rhino C++ API
8.13
|
#include <rhinoSdkGetFrame.h>
Public Member Functions | |
CArgsRhinoGetFrame () | |
CArgsRhinoGetFrame (const CArgsRhinoGetFrame &src) | |
~CArgsRhinoGetFrame () | |
ON_Plane & | Frame () const |
const wchar_t * | FramePrompt () const |
prompt when dragging the frame on the object More... | |
BOOL32 | HaveObjectOn () const |
ON_Object * | ObjectOn () const |
Set or get the object on which the frame will be gotten. More... | |
const wchar_t * | ObjectPrompt () const |
prompt when the object on which the frame is gotten More... | |
CArgsRhinoGetFrame & | operator= (const CArgsRhinoGetFrame &src) |
void | SetFramePrompt (const wchar_t *prompt) |
void | SetObjectOn (ON_Object *pObj) |
void | SetObjectPrompt (const wchar_t *prompt) |
Protected Attributes | |
ON_Color | m_dynamic_line_color |
[in] color to use when drawing dynamic lines while getting the frame More... | |
ON_Plane | m_frame |
[out] Return the frame More... | |
ON_wString | m_frame_prompt |
[in] prompt when getting frame More... | |
ON_wString | m_object_prompt |
[in] prompt when getting object on which the frame will be More... | |
ON_Object * | m_pObject |
[in/out] Object on which the frame is gotten More... | |
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. CLASS CArgsRhinoGetPlane Input to the RhinoGetFrame() function
CArgsRhinoGetFrame::CArgsRhinoGetFrame | ( | ) |
CArgsRhinoGetFrame::~CArgsRhinoGetFrame | ( | ) |
CArgsRhinoGetFrame::CArgsRhinoGetFrame | ( | const CArgsRhinoGetFrame & | src | ) |
ON_Plane& CArgsRhinoGetFrame::Frame | ( | ) | const |
const wchar_t* CArgsRhinoGetFrame::FramePrompt | ( | ) | const |
prompt when dragging the frame on the object
BOOL32 CArgsRhinoGetFrame::HaveObjectOn | ( | ) | const |
ON_Object* CArgsRhinoGetFrame::ObjectOn | ( | ) | const |
Set or get the object on which the frame will be gotten.
const wchar_t* CArgsRhinoGetFrame::ObjectPrompt | ( | ) | const |
prompt when the object on which the frame is gotten
CArgsRhinoGetFrame& CArgsRhinoGetFrame::operator= | ( | const CArgsRhinoGetFrame & | src | ) |
void CArgsRhinoGetFrame::SetFramePrompt | ( | const wchar_t * | prompt | ) |
void CArgsRhinoGetFrame::SetObjectOn | ( | ON_Object * | pObj | ) |
void CArgsRhinoGetFrame::SetObjectPrompt | ( | const wchar_t * | prompt | ) |
|
protected |
[in] color to use when drawing dynamic lines while getting the frame
|
protected |
[out] Return the frame
|
protected |
[in] prompt when getting frame
|
protected |
[in] prompt when getting object on which the frame will be
|
protected |
[in/out] Object on which the frame is gotten