mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-21 21:56:24 +08:00
Sync changes from upstream repository
Co-authored-by: Steve Baer <steve@mcneel.com> Co-authored-by: Nathan Letwory <nathan@mcneel.com> Co-authored-by: Dale Lear <dalelear@mcneel.com>
This commit is contained in:
committed by
Will Pearson
parent
b844466e88
commit
799431a63b
@@ -247,11 +247,26 @@ public:
|
||||
// RuntimeMark
|
||||
//
|
||||
bool RuntimeMark() const;
|
||||
unsigned int SetRuntimeMark(
|
||||
|
||||
/*
|
||||
Returns:
|
||||
Input value of RuntimeMark();
|
||||
*/
|
||||
bool SetRuntimeMark(
|
||||
bool bRuntimeMark
|
||||
);
|
||||
unsigned int SetRuntimeMark();
|
||||
unsigned int ClearRuntimeMark();
|
||||
|
||||
/*
|
||||
Returns:
|
||||
Input value of RuntimeMark();
|
||||
*/
|
||||
bool SetRuntimeMark();
|
||||
|
||||
/*
|
||||
Returns:
|
||||
Input value of RuntimeMark();
|
||||
*/
|
||||
bool ClearRuntimeMark();
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user