#include <rhinoSdkDisplayEngineAttributes.h>
◆ CRhinoIsoDrawEffect() [1/2]
| CRhinoIsoDrawEffect::CRhinoIsoDrawEffect |
( |
| ) |
|
◆ CRhinoIsoDrawEffect() [2/2]
◆ ~CRhinoIsoDrawEffect()
| CRhinoIsoDrawEffect::~CRhinoIsoDrawEffect |
( |
| ) |
|
◆ DiscardGap()
| bool CRhinoIsoDrawEffect::DiscardGap |
( |
| ) |
const |
◆ DrawMode()
◆ Falloff()
| double CRhinoIsoDrawEffect::Falloff |
( |
| ) |
const |
◆ Frequency()
| int CRhinoIsoDrawEffect::Frequency |
( |
| ) |
const |
◆ GapColor()
| ON_Color CRhinoIsoDrawEffect::GapColor |
( |
| ) |
const |
◆ GapSize()
| double CRhinoIsoDrawEffect::GapSize |
( |
| ) |
const |
◆ GetBandColor()
| ON_Color CRhinoIsoDrawEffect::GetBandColor |
( |
int |
index | ) |
const |
◆ GetDirection()
| ON_3dVector CRhinoIsoDrawEffect::GetDirection |
( |
| ) |
const |
◆ GetPoint()
| ON_3dPoint CRhinoIsoDrawEffect::GetPoint |
( |
| ) |
const |
◆ LoadProfile()
◆ operator!=()
◆ operator=()
◆ operator==()
◆ RotationRadians()
| double CRhinoIsoDrawEffect::RotationRadians |
( |
| ) |
const |
◆ SaveProfile()
| void CRhinoIsoDrawEffect::SaveProfile |
( |
const wchar_t * |
section, |
|
|
class CRhinoProfileContext & |
|
|
) |
| const |
◆ SetBandColor()
| bool CRhinoIsoDrawEffect::SetBandColor |
( |
int |
index, |
|
|
const ON_Color & |
color |
|
) |
| |
◆ SetDirection()
| void CRhinoIsoDrawEffect::SetDirection |
( |
const ON_3dVector & |
direction | ) |
|
◆ SetDiscardGap()
| void CRhinoIsoDrawEffect::SetDiscardGap |
( |
bool |
discard | ) |
|
◆ SetDrawMode()
| void CRhinoIsoDrawEffect::SetDrawMode |
( |
IsoDrawMode |
mode | ) |
|
◆ SetFalloff()
| void CRhinoIsoDrawEffect::SetFalloff |
( |
double |
falloff | ) |
|
◆ SetFrequency()
| void CRhinoIsoDrawEffect::SetFrequency |
( |
int |
count | ) |
|
◆ SetGapColor()
| void CRhinoIsoDrawEffect::SetGapColor |
( |
const ON_Color & |
color | ) |
|
◆ SetGapSize()
| void CRhinoIsoDrawEffect::SetGapSize |
( |
double |
size | ) |
|
◆ SetPoint()
| void CRhinoIsoDrawEffect::SetPoint |
( |
const ON_3dPoint & |
point | ) |
|
◆ SetRotation()
| void CRhinoIsoDrawEffect::SetRotation |
( |
double |
radians | ) |
|
◆ SetUsedBandCount()
| void CRhinoIsoDrawEffect::SetUsedBandCount |
( |
int |
count | ) |
|
◆ UsedBandCount()
| int CRhinoIsoDrawEffect::UsedBandCount |
( |
| ) |
const |