#include <rhinoSdkLoft.h>
|
enum | eLoftEnds {
leTight = 0,
leStraight = 1,
leLoose = 2,
leNatural = 3,
leTangent = 4
} |
|
enum | eLoftSimplify { lsNone = 0,
lsRebuild = 1,
lsRefit = 2
} |
|
enum | eLoftType {
ltNormal = 0,
ltLoose = 1,
ltTight = 2,
ltStraight = 3,
ltUniform = 4
} |
| 15 April 2015 - Removed ltDevelopable More...
|
|
◆ eLoftEnds
Enumerator |
---|
leTight | |
leStraight | |
leLoose | |
leNatural | |
leTangent | |
◆ eLoftSimplify
Enumerator |
---|
lsNone | |
lsRebuild | |
lsRefit | |
◆ eLoftType
15 April 2015 - Removed ltDevelopable
Enumerator |
---|
ltNormal | |
ltLoose | |
ltTight | |
ltStraight | |
ltUniform | |
◆ CArgsRhinoLoft()
CArgsRhinoLoft::CArgsRhinoLoft |
( |
| ) |
|
◆ ~CArgsRhinoLoft()
CArgsRhinoLoft::~CArgsRhinoLoft |
( |
| ) |
|
◆ AngleToleranceRadians()
double CArgsRhinoLoft::AngleToleranceRadians |
( |
| ) |
const |
◆ Closed()
BOOL32 CArgsRhinoLoft::Closed |
( |
| ) |
const |
◆ CurveCount()
int CArgsRhinoLoft::CurveCount |
( |
| ) |
const |
◆ EndPoint()
◆ LoftType()
int CArgsRhinoLoft::LoftType |
( |
| ) |
const |
◆ MatchEndTangent()
BOOL32 CArgsRhinoLoft::MatchEndTangent |
( |
| ) |
const |
◆ MatchStartTangent()
BOOL32 CArgsRhinoLoft::MatchStartTangent |
( |
| ) |
const |
◆ RebuildPointCount()
int CArgsRhinoLoft::RebuildPointCount |
( |
| ) |
const |
◆ RefitTolerance()
double CArgsRhinoLoft::RefitTolerance |
( |
| ) |
const |
◆ SetAngleToleranceRadians()
void CArgsRhinoLoft::SetAngleToleranceRadians |
( |
double |
tol | ) |
|
◆ SetClosed()
void CArgsRhinoLoft::SetClosed |
( |
BOOL32 |
closed = TRUE | ) |
|
◆ SetEndPoint()
void CArgsRhinoLoft::SetEndPoint |
( |
const ON_3dPoint & |
point | ) |
|
◆ SetLoftType()
void CArgsRhinoLoft::SetLoftType |
( |
int |
type | ) |
|
◆ SetMatchEndTangent()
void CArgsRhinoLoft::SetMatchEndTangent |
( |
BOOL32 |
match = TRUE | ) |
|
◆ SetMatchStartTangent()
void CArgsRhinoLoft::SetMatchStartTangent |
( |
BOOL32 |
match = TRUE | ) |
|
◆ SetRebuildPointCount()
void CArgsRhinoLoft::SetRebuildPointCount |
( |
int |
count | ) |
|
◆ SetRefitTolerance()
void CArgsRhinoLoft::SetRefitTolerance |
( |
double |
tol | ) |
|
◆ SetSimplifyMethod()
void CArgsRhinoLoft::SetSimplifyMethod |
( |
int |
method | ) |
|
◆ SetStartPoint()
void CArgsRhinoLoft::SetStartPoint |
( |
const ON_3dPoint & |
point | ) |
|
◆ SimplifyMethod()
int CArgsRhinoLoft::SimplifyMethod |
( |
| ) |
const |
◆ StartPoint()
◆ UseEndPoint()
BOOL32 CArgsRhinoLoft::UseEndPoint |
( |
| ) |
const |
◆ UseStartPoint()
BOOL32 CArgsRhinoLoft::UseStartPoint |
( |
| ) |
const |
◆ m_angle_tolerance_radians
double CArgsRhinoLoft::m_angle_tolerance_radians |
◆ m_bAllowEndTangent
BOOL32 CArgsRhinoLoft::m_bAllowEndTangent |
set if the end curve is an edge
◆ m_bAllowStartTangent
BOOL32 CArgsRhinoLoft::m_bAllowStartTangent |
set if the start curve is an edge
◆ m_bClosed
BOOL32 CArgsRhinoLoft::m_bClosed |
◆ m_bRevCurve
shape curves reversed from input direction
◆ m_bUseEndpoint
BOOL32 CArgsRhinoLoft::m_bUseEndpoint |
◆ m_bUseStartpoint
BOOL32 CArgsRhinoLoft::m_bUseStartpoint |
◆ m_end_condition
int CArgsRhinoLoft::m_end_condition |
◆ m_endpoint
◆ m_loft_type
int CArgsRhinoLoft::m_loft_type |
◆ m_loftcurves
◆ m_rebuild_point_count
int CArgsRhinoLoft::m_rebuild_point_count |
◆ m_refit_tolerance
double CArgsRhinoLoft::m_refit_tolerance |
◆ m_simplify_method
int CArgsRhinoLoft::m_simplify_method |
◆ m_start_condition
int CArgsRhinoLoft::m_start_condition |
◆ m_startpoint