Rhino C++ API
8.13
|
#include <rhinoSdkLoft.h>
Public Member Functions | |
CRhinoLoftCurve () | |
~CRhinoLoftCurve () | |
int | CloserEnd () |
Public Attributes | |
bool | m_bClosed |
bool | m_bPlanar |
bool | m_bRev |
ON_Curve * | m_curve |
ON_3dPoint | m_pick_point |
double | m_pick_t |
ON_Plane | m_plane |
const ON_BrepTrim * | m_trim |
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.
CRhinoLoftCurve::CRhinoLoftCurve | ( | ) |
CRhinoLoftCurve::~CRhinoLoftCurve | ( | ) |
int CRhinoLoftCurve::CloserEnd | ( | ) |
bool CRhinoLoftCurve::m_bClosed |
bool CRhinoLoftCurve::m_bPlanar |
bool CRhinoLoftCurve::m_bRev |
ON_Curve* CRhinoLoftCurve::m_curve |
ON_3dPoint CRhinoLoftCurve::m_pick_point |
double CRhinoLoftCurve::m_pick_t |
ON_Plane CRhinoLoftCurve::m_plane |
const ON_BrepTrim* CRhinoLoftCurve::m_trim |