Rhino C++ API
8.17
|
OpenNurbs enums. More...
#include <opennurbs_defines.h>
Static Public Member Functions | |
static active_space | ActiveSpace (int) |
convert integer to active_space enum More... | |
static double | AngleUnitScale (ON::AngleUnitSystem us_from, ON::AngleUnitSystem us_to) |
static ON::AngleUnitSystem | AngleUnitSystemFromUnsigned (unsigned int angle_unit_system_as_unsigned) |
static ON::AnnotationType | AnnotationTypeFromUnsigned (unsigned int annotation_type_as_unsigned) |
static archive_mode | ArchiveMode (int) |
convert integer to endian enum More... | |
static void | Begin () |
static bitmap_type | BitmapType (int) |
convert integer to bitmap_type enum More... | |
static int | CloseAllFiles () |
like _fcloseall() - needed when OpenNURBS is used as a DLL More... | |
static int | CloseFile (FILE *) |
static ON::ComponentNameConflictResolution | ComponentNameConflictResolutionFromUnsigned (unsigned int component_name_conflict_resolution_as_unsigned) |
static continuity | Continuity (int) |
static coordinate_system | CoordinateSystem (int) |
convert integer to coordinate_system enum More... | |
static cubic_loft_end_condition | CubicLoftEndCondition (int i) |
static ON::RuntimeEnvironment | CurrentRuntimeEnvironment () |
static curvature_style | CurvatureStyle (int) |
convert integer to curvature_style enum More... | |
static curve_style | CurveStyle (int) |
convert integer to curve_style enum More... | |
static ON::OBSOLETE_DistanceDisplayMode | DistanceDisplayModeFromUnsigned (unsigned int distance_display_mode_as_unsigned) |
static ON::EarthCoordinateSystem | EarthCoordinateSystemFromUnsigned (unsigned int earth_coordinte_system_as_unsigned) |
static void | End () |
static endian | Endian () |
returns endian-ness of current CPU More... | |
static endian | Endian (int) |
convert integer to endian enum More... | |
static exception_type | ExceptionType (int) |
convert integer to exception_type enum More... | |
static bool | GetFileStats (const wchar_t *filename, size_t *filesize, time_t *create_time, time_t *lastmodify_time) |
static bool | GetFileStats (FILE *fp, size_t *filesize, time_t *create_time, time_t *lastmodify_time) |
static bool | IsDirectory (const char *utf8pathname) |
static bool | IsDirectory (const wchar_t *pathname) |
static bool | IsExtraTerrestrialLengthUnit (ON::LengthUnitSystem length_unit_system) |
static bool | IsMetricLengthUnit (ON::LengthUnitSystem length_unit_system) |
static bool | IsMicroscopicLengthUnit (ON::LengthUnitSystem length_unit_system) |
static int | IsOpenNURBSFile (const char *utf8pathname) |
static int | IsOpenNURBSFile (const wchar_t *pathname) |
static int | IsOpenNURBSFile (FILE *fp) |
static bool | IsParallelProjection (ON::view_projection projection) |
static bool | IsPerspectiveProjection (ON::view_projection projection) |
static bool | IsTerrestrialLengthUnit (ON::LengthUnitSystem length_unit_system) |
static bool | IsUnitedStatesCustomaryLengthUnit (ON::LengthUnitSystem length_unit_system) |
static bool | IsUnitedStatesPrinterLengthUnit (ON::LengthUnitSystem length_unit_system) |
static knot_style | KnotStyle (int) |
convert integer to knot_style enum More... | |
static layer_mode | LayerMode (int) |
convert integer to layer_mode enum More... | |
static ON::LengthUnitSystem | LengthUnitSystemFromUnsigned (unsigned int length_unit_system_as_unsigned) |
static unsigned int | LibraryStatus () |
static light_style | LightStyle (int) |
convert integer to light_style enum More... | |
static LineCapStyle | LineCapStyleFromUnsigned (unsigned int cap_as_unsigned) |
static LineJoinStyle | LineJoinStyleFromUnsigned (unsigned int join_as_unsigned) |
static mesh_type | MeshType (int) |
convert integer to mesh_type enum More... | |
static ON::LengthUnitSystem | ModelLengthUnitSystem (ON__UINT_PTR model_serial_number) |
static object_color_source | ObjectColorSource (int) |
convert integer to object_color_source enum More... | |
static object_decoration | ObjectDecoration (int) |
convert integer to line_pattern enum More... | |
static object_linetype_source | ObjectLinetypeSource (int) |
convert integer to object_linetype_source enum More... | |
static object_material_source | ObjectMaterialSource (int) |
convert integer to object_color_source enum More... | |
static object_mode | ObjectMode (int) |
convert integer to object_mode enum More... | |
static object_type | ObjectType (int) |
convert integer to object_type enum More... | |
static FILE * | OpenFile (const char *filename, const char *filemode) |
static FILE * | OpenFile (const wchar_t *filename, const wchar_t *filemode) |
static osnap_mode | OSnapMode (int) |
convert integer to osnap_mode enum More... | |
static continuity | ParametricContinuity (int) |
static plot_color_source | PlotColorSource (int) |
convert integer to plot_color_source enum More... | |
static plot_weight_source | PlotWeightSource (int) |
convert integer to plot_color_source enum More... | |
static point_style | PointStyle (int) |
convert integer to point_style enum More... | |
static continuity | PolylineContinuity (int) |
static bool | ReadFileCompleted (ON::ReadFileResult read_file_result) |
static bool | ReadFileFailed (ON::ReadFileResult read_file_result) |
static ON::ReadFileResult | ReadFileResultFromUnsigned (unsigned int read_file_result_as_unsigned) |
static void | RegisterModelLengthUnitSystemCallback (ON::LengthUnitSystem(*func_ModelLengthUnitSystemCallback)(ON__UINT_PTR)) |
static ON::RichTextStyle | RichTextStyleFromCurrentPlatform () |
static ON::RichTextStyle | RichTextStyleFromUnsigned (unsigned int u) |
static ON::RuntimeEnvironment | RuntimeEnvironmentFromUnsigned (unsigned int runtime_environment_as_unsigned) |
static SectionAttributesSource | SectionAttributesSourceFromUnsigned (unsigned int section_attributes_source_as_unsigned) |
static SectionFillRule | SectionFillRuleFromUnsigned (unsigned int section_fill_rule_as_unsigned) |
static SectionLabelStyle | SectionLabelStyleFromUnsigned (unsigned int section_label_style_as_unsigned) |
static void | SetLibraryStatus (unsigned int status) |
static sort_algorithm | SortAlgorithm (int) |
convert integer to sort_method enum More... | |
static const char * | SourceGitBranchName () |
static const char * | SourceGitRevisionHash () |
static const char * | SourceIdentification () |
static surface_style | SurfaceStyle (int) |
convert integer to surface_style enum More... | |
static ON::TextHorizontalAlignment | TextHorizontalAlignmentFromUnsigned (unsigned int horizontal_alignment_as_unsigned) |
static ON::TextHorizontalAlignment | TextHorizontalAlignmentFromV5Justification (unsigned int v5_justification_bits) |
static ON::TextOrientation | TextOrientationFromUnsigned (unsigned int orientation_as_unsigned) |
static texture_mode | TextureMode (int) |
OBSOLETE. More... | |
static ON::TextVerticalAlignment | TextVerticalAlignmentFromUnsigned (unsigned int vertical_alignment_as_unsigned) |
static ON::TextVerticalAlignment | TextVerticalAlignmentFromV5Justification (unsigned int v5_justification_bits) |
static double | UnitScale (const class ON_3dmUnitsAndTolerances &us_from, const class ON_3dmUnitsAndTolerances &us_to) |
static double | UnitScale (const class ON_UnitSystem &us_from, const class ON_UnitSystem &us_to) |
static double | UnitScale (const class ON_UnitSystem &us_from, ON::LengthUnitSystem us_to) |
static double | UnitScale (ON::LengthUnitSystem us_from, const class ON_UnitSystem &us_to) |
static double | UnitScale (ON::LengthUnitSystem us_from, ON::LengthUnitSystem us_to) |
static ON::v3_display_mode | V3DisplayMode (int) |
convert integer to legacy v3_display_mode enum More... | |
static unsigned int | Version () |
static unsigned int | VersionBranch () |
static unsigned int | VersionDayOfMonth () |
static unsigned int | VersionGetQuartet (unsigned int version_quartet[4]) |
static unsigned int | VersionHour () |
static unsigned int | VersionMajor () |
static unsigned int | VersionMajorMaximum () |
static unsigned int | VersionMinor () |
static unsigned int | VersionMinorMaximum () |
static unsigned int | VersionMinute () |
static unsigned int | VersionMonth () |
static const char * | VersionQuartetAsString () |
static const wchar_t * | VersionQuartetAsWideString () |
static unsigned int | VersionYear () |
static view_projection | ViewProjection (int i) |
static ViewSectionBehavior | ViewSectionBehaviorFromUnsigned (unsigned int view_section_behavior_as_unsigned) |
static view_type | ViewType (int) |
convert integer to display_mode enum More... | |
OpenNurbs enums.
enum ON::active_space : unsigned char |
|
strong |
ON::AngleUnitSystem identifies an angle unit system
Enumerator | |
---|---|
None | summary> ON::AngleUnitSystem::None indicates no angle unit system is specified and model angle unit system should be used. /summary> summary> 1 turn = 2pi radians. /summary> |
Turns | summary> 1 turn = 2pi radians. /summary> |
Radians | 2pi radians = 1 turn summary> 360 arc degrees = 1 turn = 2pi radians /summary> |
Degrees | summary> 60 arc minutes = 1 arc degree /summary> |
Minutes | summary> 60 arc seconds = 1 arc minute /summary> |
Seconds | summary> 400 gradians = 2pi radians. /summary> |
Gradians | summary> The ON::AngleUnitSystem::Unset is used to indicates no angle unit system has been specified in user interface code. /summary> |
Unset |
|
strong |
ON::AnnotationType identifies the type of an annotation object derived from ON_Annotation.
|
strong |
enum ON::bitmap_type |
|
strong |
ON::ComponentNameConflictResolution identifies a method to use when components are being added to model, the component name must be unique, and the name of the new is already in use in the context. The function ON_ModelComponent::UniqueNameRequired(ON_ModelComponent::Type) can be used to determine if a component requires a unique name.
|
strong |
surface_loft_end_condition //////////////////////////////////////////////
End condition parameter values for ON_Curve::CreateCubicLoft() and ON_Surface::CreateCubicLoft().
enum ON::curvature_style |
enum ON::curve_style |
|
strong |
ON::EarthCoordinateSystem identifies the standard used to define Earth latitude, longitude, and elevation coordinates.
Enumerator | |
---|---|
Unset | summary> ON::EarthCoordinateSystem::Unset /summary> summary> ON::EarthCoordinateSystem::GroundLevel Not well defined, but latitude and longitude will be good enough for architecture sun studies. /summary> |
GroundLevel | |
MeanSeaLevel | Ground level - coordinates vary with time and location. summary> ON::EarthCoordinateSystem::MeanSeaLevel Not well defined, but latitude and longitude will be good enough for architecture sun studies. /summary> summary> ON::EarthCoordinateSystem::CenterOfEarth Not well defined. The Earth's center of mass and center of volume are at different locations. /summary> |
CenterOfEarth | summary> ON::EarthCoordinateSystem::WGS1984 World Geodetic System 1984 standard. (Current GPS standard.) /summary> |
WGS1984 | summary> ON::EarthCoordinateSystem::EGM2008 Earth Gravitational Model 2008 standard. /summary> |
EGM2008 |
enum ON::eCurveType |
|
strong |
enum ON::exception_type |
enum ON::knot_style |
< if a knot vector meets the conditions of two styles,
enum ON::layer_mode |
layer mode /////////////////////////////////////////////////////////// OBSOLETE
|
strong |
ON::LengthUnitSystem identifies a length unit system United States customary length units references: http://www.nist.gov/pml/wmd/metric/upload/frn-59-5442-1959.pdf http://en.wikipedia.org/wiki/United_States_customary_units http://en.wikipedia.org/wiki/International_yard_and_pound
Enumerator | |
---|---|
None | summary> ON::LengthUnitSystem::None indicates no length unit system. The scale factor when converting between a specified unit system and None is always 1.0. ON::LengthUnitSystem::None is used as a unit system for models and instance definitions that should be imported or referenced with no scaling applied. /summary> summary> 1 angstroms = 1.0e-10 meters /summary> |
Angstroms | |
Nanometers | SI (metric) units. summary> 1 nanometer = 1.0e-9 meters /summary> summary> 1 micron = 1.0e-6 meters /summary> |
Microns | summary> 1 millimeter = 1.0e-3 meters /summary> |
Millimeters | summary> 1 centimeter = 1.0e-2 meters /summary> |
Centimeters | summary> 1 decimeter = 1.0e-1 meters /summary> |
Decimeters | summary> SI meter length unit /summary> |
Meters | summary> 1 dekameter = 1.0e+1 meters /summary> |
Dekameters | 1.0e+1 meters summary> 1 hectometer = 1.0e+2 meters /summary> |
Hectometers | summary> 1 kilometer = 1.0e+3 meters /summary> |
Kilometers | summary> 1 megameter = 1.0e+6 meters /summary> |
Megameters | summary> 1 gigameter = 1.0e+9 meters /summary> |
Gigameters | summary> 1 microinches = 2.54e-8 meters = 1.0e-6 inches /summary> |
Microinches | summary> 1 mil = 2.54e-5 meters = 0.001 inches /summary> |
Mils | summary> 1 inch = 0.0254 meters = 1/12 foot /summary> |
Inches | summary> 1 foot = 0.3048 meters (12 inches) /summary> |
Feet | summary> 1 foot = 0.3048 meters = 12 inches /summary> |
Yards | summary> 1 US statute mile = 1609.344 meters = 5280 feet /summary> |
Miles | summary> 1 printer point = 1/72 inch /summary> |
PrinterPoints | summary> 1 printer pica = 1/6 inch /summary> |
PrinterPicas | |
NauticalMiles | terrestrial distances summary> 1 nautical mile = 1852 meters Approximately 1 minute of arc on a terrestrial great circle. Reference: http://en.wikipedia.org/wiki/Nautical_mile /summary> |
AstronomicalUnits | astronomical distances summary> 1 astronomical unit = 1.4959787e+11 meters An astronomical unit (au) is the mean distance from the center of the earth to the center of the sun. References: http://en.wikipedia.org/wiki/Astronomical_unit (1.4959787e+11 meters) http://units.nist.gov/Pubs/SP811/appenB9.htm (1.495979e+11 meters) /summary> summary> 1 light year = 9.4607304725808e+15 meters A light year is the distance light travels in one Julian year. The speed of light is exactly 299792458 meters/second. A Julian year is exactly 365.25 * 86400 seconds and is approximately the time it takes for one earth orbit. References: http://en.wikipedia.org/wiki/Light_year (9.4607304725808e+15 meters) http://units.nist.gov/Pubs/SP811/appenB9.htm (9.46073e+15 meters) /summary> |
LightYears | summary> 1 parsec = 3.08567758e+16 meters References: http://en.wikipedia.org/wiki/Parsec (3.08567758e+16 meters) http://units.nist.gov/Pubs/SP811/appenB9.htm (3.085678e+16) /summary> |
Parsecs | summary> The name of a custom unit and the conversion to meters are saved in the ON_UnitSystem class. /summary> |
CustomUnits | summary> The ON::LengthUnitSystem::Unset is used to indicate no unit system is set. This is a different condition from ON::LengthUnitSystem::None. /summary> |
Unset |
enum ON::light_style |
|
strong |
|
strong |
enum ON::mesh_type |
enum ON::object_mode |
Enumerator | |
---|---|
normal_object | object mode comes from layer |
hidden_object | not visible, object cannot be selected or changed |
locked_object | visible, object cannot be selected or changed |
idef_object | object is part of an ON_InstanceDefinition. The ON_InstanceDefinition m_object_uuid[] array will contain this object attribute's uuid. |
object_mode_count |
enum ON::object_type |
Enumerator | |
---|---|
unknown_object_type | Use with ON_Object::ObjectType() in situations where using a switch() is better than a long string of if else if ... if ( ON_Curve::Cast() ) ... else if ( ON_Surface::Cast() ) ... ... |
point_object | some type of ON_Point |
pointset_object | some type of ON_PointCloud, ON_PointGrid, ... |
curve_object | some type of ON_Curve like ON_LineCurve, ON_NurbsCurve, etc. |
surface_object | some type of ON_Surface like ON_PlaneSurface, ON_NurbsSurface, etc. |
brep_object | some type of ON_Brep |
mesh_object | some type of ON_Mesh |
layer_object | some type of ON_Layer |
material_object | some type of ON_Material |
light_object | some type of ON_Light |
annotation_object | some type of ON_Annotation |
userdata_object | some type of ON_UserData |
instance_definition | some type of ON_InstanceDefinition |
instance_reference | some type of ON_InstanceRef |
text_dot | some type of ON_TextDot |
grip_object | selection filter value - not a real object type |
detail_object | some type of ON_DetailView |
hatch_object | some type of ON_Hatch |
morph_control_object | some type of ON_MorphControl |
subd_object | some type of ON_SubD, ON_SubDRef, ON_SubDComponentRef, ON_SubD.... |
loop_object | some type of ON_BrepLoop |
brepvertex_filter | selection filter value - not a real object type (ON_BrepVertex) |
polysrf_filter | selection filter value - not a real object type |
edge_filter | selection filter value - not a real object type (ON_BrepEdge with associated ON_BrepTrim) |
polyedge_filter | selection filter value - not a real object type |
meshvertex_filter | selection filter value - not a real object type (ON_MeshTopologyVertex, ON_SubDVertex) NOTE WELL: The "mesh" vertex/edge/face filters and "meshcomponent_reference" are used to identify ON_Mesh and ON_SubD components. By the time subd_object was added, there were not enough unused bits for separate subd component filters. |
meshedge_filter | selection filter value - not a real object type (ON_MeshTopologyEdge, ON_SubDEdge) |
meshface_filter | selection filter for ON_Mesh triangle, quad, ngon, or ON_SubDFace - not a real object type |
meshcomponent_reference | |
cage_object | some type of ON_NurbsCage |
phantom_object | |
clipplane_object | |
extrusion_object | some type of ON_Extrusion |
any_object |
|
strong |
Obsolete - use ON_DimStyle::DimensionLengthDisplay.
enum ON::osnap_mode |
Types of object snapping.
In situations where more than one type of snap applies, snaps with higher value take precedence. enum values must be a power of 2. ON_ObjRef saves these values in files. Do not change the values. The reason for the gaps between the enum values is to leave room for future snaps with prededence falling between existing snaps
Enumerator | |
---|---|
os_none | |
os_near | |
os_focus | |
os_center | |
os_vertex | |
os_knot | |
os_quadrant | |
os_midpoint | |
os_intersection | |
os_end | |
os_perpendicular | |
os_tangent | |
os_point | |
os_all_snaps |
enum ON::point_style |
|
strong |
ON::ReadFileResult reports what happened when a file read was attempted.
|
strong |
Rich text style
OBSOLETE The way rich text specifies fonts and other information depends on what created the rich text. The interpretation of the rich text "specification" varies widely and depends on the application, platform, and operating system.
|
strong |
ON::RuntimeEnvironment identifies a runtime environment (operating system). This value is saved in binary archives so appropriate adjustments to resources provided by runtime environments, like fonts, can be made when an archive created in one runtime environment is used in another.
Enumerator | |
---|---|
Unset | summary> ON::RuntimeEnvironment::Unset indicates no runtime is set. /summary> summary> ON::RuntimeEnvironment::None indicates no runtime. This is a different condition from ON::Runtime::Unset. /summary> |
None | summary> ON::RuntimeEnvironment::Windows indicates some version of Microsoft Windows. /summary> |
Windows | summary> ON::RuntimeEnvironment::Apple indicates some version of Apple OS X or iOS. /summary> |
Apple | summary> ON::RuntimeEnvironment::Android indicates some version of Google Android. /summary> |
Android | summary> ON::RuntimeEnvironment::Linux indicates some version of Linux. /summary> |
Linux | summary> ON::RuntimeEnvironment::WebAssembly indicates some version of WASM / WebAssembly. /summary> |
WebAssembly |
|
strong |
The source of sectioning attributes on an object.
<since>8.0</since>
|
strong |
|
strong |
|
strong |
enum ON::surface_style |
|
strong |
Horizontal location of text attach point relative to text
|
strong |
enum ON::texture_mode |
|
strong |
Vertical location of text attach point relative to text
enum ON::v3_display_mode |
Legacy V3 display mode enum values. Beginning with V4, opennurbs and Rhino us an ON_UUID to identify display modes. The standard display mode ids are static values in ON_StandardDisplayModeId.
Enumerator | |
---|---|
v3_default_display | default display |
v3_wireframe_display | wireframe display |
v3_shaded_display | shaded display |
v3_renderpreview_display | render preview display |
enum ON::view_projection : unsigned int |
The x/y/z_2pt_perspective_view projections are ordinary perspective projection. Using these values insures the ON_Viewport member functions properly constrain the camera up and camera direction vectors to preserve the specified perspective vantage.
Enumerator | |
---|---|
unknown_view | |
parallel_view | |
perspective_view |
enum ON::view_type |
Enumerator | |
---|---|
model_view_type | standard model space 3d view |
page_view_type | a.k.a "paper space", "plot view", etc. A page view must be orthographic, the camera frame x,y,z direction must be world x,y,z (which means the camera direction is always (0,0,-1)). |
nested_view_type | This view is a "model" view that is nested in another view. The nesting and parent information is saved in ON_3dmView. |
uveditor_view_type | This view is a UV Editor view that shows UV meshes in a special view port. |
blockeditor_view_type | This view is a Block Editor view that shows block definition in a special view port. |
|
strong |
|
static |
convert integer to active_space enum
|
static |
|
static |
|
static |
|
static |
convert integer to endian enum
|
static |
Description: Call before using openNURBS to ensure all class definitions are linked.
|
static |
convert integer to bitmap_type enum
|
static |
like _fcloseall() - needed when OpenNURBS is used as a DLL
|
static |
|
static |
|
static |
Description: Convert int to ON::continuity enum value
|
static |
convert integer to coordinate_system enum
|
static |
Description: Convert an integer to cubic_loft_end_condition enum. Parameters: i - [in] Returns: corresponding cubic_loft_end_condition enum value. Remarks: If i does not correspond to a cubic_loft_end_condition enum value, then cubic_loft_ec_quadratic is returned.
|
static |
Returns: Current runtime environment.
|
static |
convert integer to curvature_style enum
|
static |
convert integer to curve_style enum
|
static |
|
static |
|
static |
Description: Call when finished with openNURBS. Remarks: Currently does nothing.
|
static |
returns endian-ness of current CPU
|
static |
convert integer to endian enum
|
static |
convert integer to exception_type enum
|
static |
Description: Uses the flavor of fstat that is appropriate for the platform. Parameters: filename - [in] fp - [in] filesize - [out] (can be nullptr if you do not want filesize) create_time - [out] (can be nullptr if you do not want last create time) lastmodify_time - [out] (can be nullptr if you do not want last modification time) Returns: True if file exists, can be opened for read, and fstat worked.
|
static |
|
static |
|
static |
Returns true if pathname is a directory.
|
static |
Returns True if the length unit is one of LengthUnitSystem::AstronomicalUnits LengthUnitSystem::LightYears LengthUnitSystem::Parsecs
|
static |
Returns True if the length unit is one of LengthUnitSystem::Angstroms LengthUnitSystem::Nanometers LengthUnitSystem::Microns LengthUnitSystem::Millimeters LengthUnitSystem::Centimeters LengthUnitSystem::Decimeters LengthUnitSystem::Meters LengthUnitSystem::Dekameters LengthUnitSystem::Hectometers LengthUnitSystem::Kilometers LengthUnitSystem::Megameters LengthUnitSystem::Gigameters LengthUnitSystem::NauticalMiles LengthUnitSystem::AstronomicalUnits LengthUnitSystem::LightYears LengthUnitSystem::Parsecs
|
static |
Returns True if the length unit is one of LengthUnitSystem::Angstroms LengthUnitSystem::Nanometers LengthUnitSystem::Microns LengthUnitSystem::Microinches LengthUnitSystem::Mils
|
static |
|
static |
Returns If the file is an opennurbs file, the version of the file is returned (2,3,4,50,...). If the file is not an opennurbs file, 0 is returned.
|
static |
|
static |
Parameters: projection - [in] Returns: True if projection is ON::parallel_view.
|
static |
Parameters: projection - [in] Returns: True if projection is ON::perspective_view.
|
static |
Returns True if the length unit is one of LengthUnitSystem::Millimeters LengthUnitSystem::Centimeters LengthUnitSystem::Decimeters LengthUnitSystem::Meters LengthUnitSystem::Dekameters LengthUnitSystem::Hectometers LengthUnitSystem::Kilometers LengthUnitSystem::Inches LengthUnitSystem::Feet LengthUnitSystem::Yards LengthUnitSystem::Miles LengthUnitSystem::NauticalMiles
|
static |
|
static |
Returns True if the length unit is one of LengthUnitSystem::PrinterPoints LengthUnitSystem::PrinterPicas
|
static |
convert integer to knot_style enum
|
static |
convert integer to layer_mode enum
|
static |
|
static |
Returns: 0: not initialized 1: in the body of ON:Begin() 2: ON::Begin() has finished.
|
static |
convert integer to light_style enum
|
static |
|
static |
|
static |
convert integer to mesh_type enum
|
static |
Parameters: model_serial_number - [in] One good way to get this value is from ON_ModelComponent::ModelSerialNumber(). ON_DimStyle, ON_Layer, ... are all derived from ON_ModelComponent. Returns: The length unit system used by the model
|
static |
convert integer to object_color_source enum
|
static |
convert integer to line_pattern enum
|
static |
convert integer to object_linetype_source enum
|
static |
convert integer to object_color_source enum
|
static |
convert integer to object_mode enum
|
static |
convert integer to object_type enum
|
static |
filename | like fopen() - needed when OpenNURBS is used as a DLL |
|
static |
filename | like fopen() - needed when OpenNURBS is used as a DLL |
|
static |
convert integer to osnap_mode enum
|
static |
Description: Convert int to ON::continuity enum value and convert the locus flavored values to the parametric flavored values.
|
static |
convert integer to plot_color_source enum
|
static |
convert integer to plot_color_source enum
|
static |
convert integer to point_style enum
|
static |
Description: Convert int to ON::continuity enum value and convert the higher order flavored values to the corresponding C1 or G1 values needed to test piecewise linear curves.
|
static |
Returns: True if the value of read_file_result is one indicating partial to complete success. False if read_file_result is ON::ReadFileResult::Unset or ON::ReadFileResult::Failed.
|
static |
Returns: True if the value of read_file_result is one indicating total failure. False if read_file_result is ON::ReadFileResult::Unset or a value indicating partial to complete success.
|
static |
|
static |
|
static |
Returns: ON::RichTextStyle::Windows10SDK on Windows and ON::RichTextStyle::AppleOSXSDK on OS X.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Set the library status
|
static |
convert integer to sort_method enum
|
static |
Returns: Empty string or the name of the git branch containing the source code used to build this application. Remarks: Developer builds return "". Build system builds return the git branch name or "".
|
static |
Returns: Empty string or the git hash of the revision of the source code used to build this application. The git hash is a hexadecimal number represented in UTF-8 string. Remarks: Developer builds return "". Build system builds return the git revision hash.
|
static |
Returns: A string that identifies the McNeel version control system source code to build this application. Remarks: Developer builds return "". Build system builds return the git <branch name> @ <git revision hash> or "".
|
static |
convert integer to surface_style enum
|
static |
|
static |
|
static |
|
static |
OBSOLETE.
convert integer to texture_mode enum
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Description: Scale factor for changing unit "standard" systems. Parameters: us_from - [in] us_to - [in] For example:
100.0 = ON::UnitScale( ON::LengthUnitSystem::Meters, ON::LengthUnitSystem::Centimeters ) 2.54 = ON::UnitScale( ON::LengthUnitSystem::Inches, ON::LengthUnitSystem::Centimeters ) 12.0 = ON::UnitScale( ON::LengthUnitSystem::Feet, ON::LengthUnitSystem::Inches )
Remarks: If you are using custom unit systems, use the version that takes ON_UnitSystem or ON_3dmUnitsAndTolerances parameters. If either parameter is ON::LengthUnitSystem::Unset, then ON_DBL_QNAN is returned. If either parameter is ON::LengthUnitSystem::None, then 1.0 is returned. If either parameter is ON::LengthUnitSystem::CustomUnits, then 1.0 is returned.
|
static |
convert integer to legacy v3_display_mode enum
|
static |
Returns: The value of OPENNURBS_VERSION_NUMBER, which is defined in opennurbs_version.h. Remarks: The high bit of this number is set. Do not cast the result as an int.
|
static |
Returns: The value of OPENNURBS_VERSION_BRANCH, which is defined in opennurbs_version.h 0: developer build 1: Windows Commercial build 2: Mac Commercial build 3: Windows BETA build 4: Mac Beta build 5: Windows WIP build 6: Mac WIP build
|
static |
Returns: The value of OPENNURBS_VERSION_DAY_OF_MONTH, which is defined in opennurbs_version.h (1 to 31).
|
static |
Description: Get the opennurbs version number as a quartet of values. Parameters: version_quartet - [out] version_quartet[0] = ON::VersionMajor() version_quartet[1] = ON::VersionMinor() version_quartet[2] = (year - 2000)*1000 + day_of_year version_quartet[3] = (hour*1000 + minute*10 + OPENNURBS_VERSION_BRANCH) Returns: The value of OPENNURBS_VERSION_NUMBER, which is defined in opennurbs_version.h. Remarks: The high bit of the returned value is set. Do not cast the result as an int.
|
static |
Returns: The value of OPENNURBS_VERSION_HOUR, which is defined in opennurbs_version.h (0 to 23).
|
static |
Returns: The value of OPENNURBS_VERSION_MAJOR, which is defined in opennurbs_version.h (0 to 63).
|
static |
Returns: 63 = maximum major version number that opennurbs version number utilities can handle.
|
static |
Returns: The value of OPENNURBS_VERSION_MINOR, which is defined in opennurbs_version.h (0 to 127).
|
static |
Returns: 127 = maximum minor version number that opennurbs version number utilities can handle.
|
static |
Returns: The value of OPENNURBS_VERSION_MINUTE, which is defined in opennurbs_version.h (0 to 59).
|
static |
Returns: The value of OPENNURBS_VERSION_MONTH, which is defined in opennurbs_version.h 1 to 12.
|
static |
Returns: The value of OPENNURBS_VERSION_QUARTET_STRING, which is defined in opennurbs_version.h. Remarks: The high bit of this number is set. Do not cast the result as an int.
|
static |
Returns: The value of OPENNURBS_VERSION_QUARTET_WSTRING, which is defined in opennurbs_version.h. Remarks: The high bit of this number is set. Do not cast the result as an int.
|
static |
Returns: The value of OPENNURBS_VERSION_YEAR, which is defined in opennurbs_version.h
2014.
|
static |
Description: Converts integer into ON::view_projection enum value. Parameters: i - [in] Returns: ON::view_projection enum with same value as i. If i is not an ON::view_projection enum value, then ON::unknow_view is returned.
|
static |
|
static |
convert integer to display_mode enum