From 0f701f8164ae7cd7a07a9adabb90c4ba8c2a6a03 Mon Sep 17 00:00:00 2001 From: Morteza Karimi Date: Thu, 7 Sep 2023 11:02:00 -0700 Subject: [PATCH] Update source --- quasar_site/src/api_info.json | 257 ++++++++++++++++++++++++++-------- 1 file changed, 201 insertions(+), 56 deletions(-) diff --git a/quasar_site/src/api_info.json b/quasar_site/src/api_info.json index 4ac5642a..ee5d1e42 100644 --- a/quasar_site/src/api_info.json +++ b/quasar_site/src/api_info.json @@ -19996,6 +19996,7 @@ { "signature": "bool LinetypeWidthUnitsArePageLengths", "protected": false, + "since": "8.0", "property": ["get", "set"] }, { @@ -26696,7 +26697,8 @@ { "signature": "RhinoObject SubObjectFromComponentIndex(ComponentIndex ci)", "protected": false, - "summary": "Get a RhinoObject in this block" + "summary": "Get a RhinoObject in this block", + "since": "8.0" }, { "signature": "System.Boolean UsesDefinition(System.Int32 definitionIndex, out System.Int32 nestingLevel)", @@ -27488,6 +27490,7 @@ { "signature": "int Index", "protected": false, + "since": "8.0", "property": ["get", "set"] }, { @@ -27588,7 +27591,8 @@ }, { "signature": "Linetype(Linetype other)", - "protected": false + "protected": false, + "since": "8.0" } ], "properties": [ @@ -29123,6 +29127,7 @@ "signature": "SectionLabelStyle ClippingPlaneLabelStyle", "protected": false, "summary": "Defines how a label for a clipping plane object should be shown", + "since": "8.0", "property": ["get", "set"] }, { @@ -30991,7 +30996,8 @@ { "signature": "ReplayHistoryResult AppendHistoryResult()", "protected": false, - "summary": "Create an empty history result and add it to the end of the Results array. Note that you should call Results again if you need them as the old Results array will be out of sync with this class." + "summary": "Create an empty history result and add it to the end of the Results array. Note that you should call Results again if you need them as the old Results array will be out of sync with this class.", + "since": "8.0" }, { "signature": "System.Void Dispose()", @@ -31039,7 +31045,8 @@ }, { "signature": "System.Boolean TryGetGuids(System.Int32 id, out System.Guid[] values)", - "protected": false + "protected": false, + "since": "8.0" }, { "signature": "System.Boolean TryGetInt(System.Int32 id, out System.Int32 value)", @@ -31074,7 +31081,8 @@ { "signature": "System.Void UpdateResultArray(IEnumerable newResults)", "protected": false, - "summary": "Update the Results array with a different set of values. Null entries in the newResults will result in empty ReplayHistoryResult elements" + "summary": "Update the Results array with a different set of values. Null entries in the newResults will result in empty ReplayHistoryResult elements", + "since": "8.0" } ] }, @@ -32732,6 +32740,7 @@ "signature": "System.Boolean SetHistory(HistoryRecord history)", "protected": false, "summary": "Sets a history record on the", + "since": "8.0", "parameters": [ { "name": "history", @@ -33217,42 +33226,49 @@ "signature": "Color BackgroundFillColor", "protected": false, "summary": "Fill color to apply to the background. Default is Color.Empty which means get the color from the source where this section style came from (object attributes or layer)", + "since": "8.0", "property": ["get", "set"] }, { "signature": "SectionBackgroundFillMode BackgroundFillMode", "protected": false, "summary": "How the background should be filled", + "since": "8.0", "property": ["get", "set"] }, { "signature": "Color BackgroundFillPrintColor", "protected": false, "summary": "Fill print color to apply to the background. Default is Color.Empty which means get the color from the source where this section style came from (object attributes or layer)", + "since": "8.0", "property": ["get", "set"] }, { "signature": "Color BoundaryColor", "protected": false, "summary": "Color to apply for the boundary curves. Default is Color.Empty which means get the color from the source where this section style came from (object attributes or layer)", + "since": "8.0", "property": ["get", "set"] }, { "signature": "Color BoundaryPrintColor", "protected": false, "summary": "Print color to apply for the boundary curves. Default is Color.Empty which means get the color from the source where this section style came from (object attributes or layer)", + "since": "8.0", "property": ["get", "set"] }, { "signature": "bool BoundaryVisible", "protected": false, "summary": "Should the boundary for this section be displayed", + "since": "8.0", "property": ["get", "set"] }, { "signature": "double BoundaryWidthScale", "protected": false, "summary": "Scale applied to the boundary wire thickness", + "since": "8.0", "property": ["get", "set"] }, { @@ -33266,36 +33282,42 @@ "signature": "int HatchIndex", "protected": false, "summary": "Hatch pattern to use when drawing a fill pattern", + "since": "8.0", "property": ["get", "set"] }, { "signature": "Color HatchPatternColor", "protected": false, "summary": "Color to apply for the hatch pattern. Default is Color.Empty which means get the color from the source where this section style came from (object attributes or layer)", + "since": "8.0", "property": ["get", "set"] }, { "signature": "Color HatchPatternPrintColor", "protected": false, "summary": "Print color to apply for the hatch pattern. Default is Color.Empty which means get the color from the source where this section style came from (object attributes or layer)", + "since": "8.0", "property": ["get", "set"] }, { "signature": "double HatchRotationRadians", "protected": false, "summary": "Rotation to apply to the hatch patterh", + "since": "8.0", "property": ["get", "set"] }, { "signature": "double HatchScale", "protected": false, "summary": "Scale to apply to the hatch pattern", + "since": "8.0", "property": ["get", "set"] }, { "signature": "ObjectSectionFillRule SectionFillRule", "protected": false, "summary": "Rule to determine when to generate a hatch pattern and fill", + "since": "8.0", "property": ["get", "set"] } ], @@ -43809,6 +43831,7 @@ "protected": false, "summary": "Gets an array of all the views.", "since": "5.0", + "deprecated": "8.0", "parameters": [ { "name": "includeStandardViews", @@ -44071,18 +44094,21 @@ "signature": "Vector2d Offset", "protected": false, "summary": "Helper for access to the offset value encoded in UvwTransform", + "since": "8.0", "property": ["get", "set"] }, { "signature": "Vector2d Repeat", "protected": false, "summary": "Helper for access to the repeat value encoded in UvwTransform", + "since": "8.0", "property": ["get", "set"] }, { "signature": "double Rotation", "protected": false, "summary": "Helper for access to the rotation value encoded in UvwTransform", + "since": "8.0", "property": ["get", "set"] }, { @@ -55101,6 +55127,7 @@ "namespace": "Rhino.FileIO", "name": "FileDwgWriteOptions.ColorMethodType", "dataType": "enum", + "since": "8.0", "values": [ { "signature": "ACI", @@ -56299,6 +56326,7 @@ "namespace": "Rhino.FileIO", "name": "FileIgsWriteOptions.MeshesMode", "dataType": "enum", + "since": "8.0", "values": [ { "signature": "MeshNone = 0", @@ -56336,6 +56364,7 @@ "namespace": "Rhino.FileIO", "name": "FileIgsWriteOptions.PolySurfacesMode", "dataType": "enum", + "since": "8.0", "values": [ { "signature": "PsrfSeparate = 0", @@ -56352,6 +56381,7 @@ "namespace": "Rhino.FileIO", "name": "FileIgsWriteOptions.SolidsMode", "dataType": "enum", + "since": "8.0", "values": [ { "signature": "SldSeparate = 0", @@ -59825,6 +59855,7 @@ { "signature": "bool AddRotationAnimation", "protected": false, + "since": "8.0", "property": ["get", "set"] }, { @@ -70755,6 +70786,7 @@ "signature": "bool ParticipationListsEnabled", "protected": false, "summary": "Should the object and layer participation lists be used when determining clipping", + "since": "8.0", "property": ["get", "set"] }, { @@ -70768,12 +70800,14 @@ "signature": "double PlaneDepth", "protected": false, "summary": "Distance that the clipping has an effect", + "since": "8.0", "property": ["get", "set"] }, { "signature": "bool PlaneDepthEnabled", "protected": false, "summary": "Determines if the PlaneDepth value should be used", + "since": "8.0", "property": ["get", "set"] } ], @@ -70795,7 +70829,8 @@ { "signature": "System.Void ClearClipParticipationLists()", "protected": false, - "summary": "Remove list of object ids that this clipping plane surface clips. This causes the clipping plane surface to clip all objects" + "summary": "Remove list of object ids that this clipping plane surface clips. This causes the clipping plane surface to clip all objects", + "since": "8.0" }, { "signature": "System.Void GetClipParticipation(out IEnumerable objectIds, out IEnumerable layerIndices, out System.Boolean isExclusionList)", @@ -70819,6 +70854,7 @@ "signature": "System.Void SetClipParticipation(IEnumerable objectIds, IEnumerable layerIndices, System.Boolean isExclusionList)", "protected": false, "summary": "Set a list of specific object ids and layers that this clipping plane surface clips.", + "since": "8.0", "parameters": [ { "name": "objectIds", @@ -86247,6 +86283,7 @@ "signature": "string SourceArchive", "protected": false, "summary": "Gets the full file path for linked instance definitions.", + "since": "8.0", "property": ["get"] }, { @@ -111080,6 +111117,7 @@ "signature": "static SubDCreationOptions ConvexAndConcaveCornersAndInteriorCreases", "protected": false, "summary": "Look for convex corners at sub-D vertices with 2 edges that have an included angle <= 90 degrees. Look for concave corners at sub-D vertices with 3 edge that have an included angle >= 270 degrees.", + "since": "8.0", "property": ["get"] }, { @@ -111833,6 +111871,21 @@ { "signature": "Plane ControlNetCenterFrame", "protected": false, + "summary": "The face's control net center frame is a plane with normal equal to ControlNetCenterNormal and origin equal to ControlNetCenterPoint. The x and y axes of the frame have no predictable relationship to the face or SubD control net topology.", + "since": "8.0", + "property": ["get"] + }, + { + "signature": "Vector3d ControlNetCenterNormal", + "protected": false, + "summary": "When the face's control net polygon is planar, the face's control net normal is a unit vector perpindicular to the plane that points outwards. If the control net polygon is not planar, the control net normal is control net normal is a unit vector that is the average of the control polygon's corner normals.", + "since": "8.0", + "property": ["get"] + }, + { + "signature": "Point3d ControlNetCenterPoint", + "protected": false, + "summary": "The face's control net center point is the average of the face's vertex control net points. This is the same point as the face's subdivision point.", "since": "8.0", "property": ["get"] }, @@ -111860,6 +111913,14 @@ { "signature": "Plane SurfaceCenterFrame", "protected": false, + "summary": "Get the limit surface tangent plane at the center of the face. The plane's origin is the point on the limit surface at the center of the face. The plane's z axis is the limit surface normal vector at the center of the face.", + "since": "8.0", + "property": ["get"] + }, + { + "signature": "Vector3d SurfaceCenterNormal", + "protected": false, + "summary": "Get the limit surface normal vector at the center of the face.", "since": "8.0", "property": ["get"] }, @@ -115133,7 +115194,8 @@ { "signature": "System.Boolean IsInitialized()", "protected": false, - "summary": "Check to see if the fillet is properly initialized. If it is not, then the selected curves, surfaces, and/or radius must be adjusted in some way before creating the fillet" + "summary": "Check to see if the fillet is properly initialized. If it is not, then the selected curves, surfaces, and/or radius must be adjusted in some way before creating the fillet", + "since": "8.0" }, { "signature": "System.Boolean NonRationalCubic(System.Int32 railDegree, System.Double TanSlider, System.Boolean bExtend, List Fillets)", @@ -117126,7 +117188,8 @@ { "signature": "static Transform TextureMapping(Vector3d offset, Vector3d repeat, Vector3d rotation)", "protected": false, - "summary": "Construct a UVW Transform from components." + "summary": "Construct a UVW Transform from components.", + "since": "8.0" }, { "signature": "static Transform Translation(System.Double dx, System.Double dy, System.Double dz)", @@ -117341,6 +117404,7 @@ "signature": "System.Void DecomposeTextureMapping(out Vector3d offset, out Vector3d repeat, out Vector3d rotation)", "protected": false, "summary": "Decomposition of a uvw transform into components", + "since": "8.0", "parameters": [ { "name": "offset", @@ -123463,7 +123527,8 @@ { "signature": "System.Void Dispose()", "protected": false, - "summary": "Actively releases the unmanaged object." + "summary": "Actively releases the unmanaged object.", + "since": "8.0" }, { "signature": "System.Void Dispose(System.Boolean disposing)", @@ -135607,7 +135672,8 @@ { "signature": "static RenderMeshProviderProgress[] ProgressForAll(RhinoDoc doc, System.Guid[] optional_objectIds)", "protected": false, - "summary": "Returns a complete list of progress reports for all providers for either the document or a collection of objects" + "summary": "Returns a complete list of progress reports for all providers for either the document or a collection of objects", + "since": "8.0" }, { "signature": "static System.Boolean RegisterProvider(RenderMeshProvider provider, PlugIns.PlugIn plugin)", @@ -135698,7 +135764,8 @@ { "signature": "RenderMeshProviderProgress Progress(RhinoDoc doc, System.Guid[] optional_objectIds)", "protected": false, - "summary": "Provides details on the progress of custom render meshes for a document or collection of objects" + "summary": "Provides details on the progress of custom render meshes for a document or collection of objects", + "since": "8.0" }, { "signature": "RenderMeshes RenderMeshes(MeshType mt, ViewportInfo vp, RhinoDoc doc, System.Guid objectId, List ancestry, ref Flags flags, RenderMeshes previousPrimitives, PlugIn plugin, Display.DisplayPipelineAttributes attrs)", @@ -135828,30 +135895,35 @@ "signature": "double Amount", "protected": false, "summary": "The amount of progress towards the target", + "since": "8.0", "property": ["get", "set"] }, { "signature": "bool IsComplete", "protected": false, "summary": "True if complete, otherwise false.", + "since": "8.0", "property": ["get", "set"] }, { "signature": "Guid ProviderId", "protected": false, "summary": "The Id of the RenderMeshProvider that this report came from.", + "since": "8.0", "property": ["get", "set"] }, { "signature": "double Target", "protected": false, "summary": "Target progress", + "since": "8.0", "property": ["get", "set"] }, { "signature": "string Text", "protected": false, "summary": "Return a textural progress report", + "since": "8.0", "property": ["get", "set"] } ] @@ -137358,7 +137430,8 @@ { "signature": "System.Void Clear()", "protected": false, - "since": "5.10" + "since": "5.10", + "deprecated": "8.0" }, { "signature": "IEnumerator GetEnumerator()", @@ -137429,7 +137502,8 @@ }, { "signature": "System.Void Dispose()", - "protected": false + "protected": false, + "since": "8.0" } ] }, @@ -141777,7 +141851,8 @@ }, { "signature": "System.Void Dispose()", - "protected": false + "protected": false, + "since": "8.0" } ], "events": [ @@ -142391,7 +142466,8 @@ }, { "signature": "System.Void Dispose()", - "protected": false + "protected": false, + "since": "8.0" }, { "signature": "System.Boolean Equals(System.Object obj)", @@ -143166,7 +143242,8 @@ "signature": "System.Boolean ReadFromDocumentDefaults(RhinoDoc doc)", "protected": false, "summary": "Because post effects are now in the render settings, this function can no longer be called.", - "since": "7.0" + "since": "7.0", + "deprecated": "8.0" }, { "signature": "System.Boolean ReadState(PostEffectState state)", @@ -143225,7 +143302,8 @@ "signature": "System.Boolean WriteToDocumentDefaults(RhinoDoc doc)", "protected": false, "summary": "Because post effects are now in the render settings, this function can no longer be called.", - "since": "7.0" + "since": "7.0", + "deprecated": "8.0" } ] }, @@ -143326,11 +143404,13 @@ "methods": [ { "signature": "System.Void CopyFrom(FreeFloatingBase src)", - "protected": false + "protected": false, + "since": "8.0" }, { "signature": "System.Void Dispose()", - "protected": false + "protected": false, + "since": "8.0" }, { "signature": "IEnumerator GetEnumerator()", @@ -143380,6 +143460,7 @@ { "signature": "PostEffectCollection Collection", "protected": false, + "since": "8.0", "property": ["get", "set"] }, { @@ -143427,7 +143508,8 @@ }, { "signature": "System.Void Dispose()", - "protected": false + "protected": false, + "since": "8.0" }, { "signature": "System.Void Dispose(System.Boolean disposing)", @@ -144213,7 +144295,8 @@ "signature": "PreviewSceneServer(IntPtr pPreviewSceneServer)", "protected": false, "summary": "Constructor for PreviewSceneServer", - "since": "6.0" + "since": "6.0", + "deprecated": "8.0" } ], "properties": [ @@ -144903,7 +144986,8 @@ }, { "signature": "System.Void Dispose()", - "protected": false + "protected": false, + "since": "8.0" } ], "events": [ @@ -147469,6 +147553,7 @@ "name": "RenderEnvironment.Usage", "dataType": "enum", "since": "6.0", + "deprecated": "8.0", "values": [ { "signature": "None = 0x00", @@ -148056,7 +148141,8 @@ { "signature": "DocObjects.Material SimulatedMaterial(RenderTexture.TextureGeneration tg)", "protected": false, - "since": "7.0" + "since": "7.0", + "deprecated": "8.0" }, { "signature": "System.Void SimulateMaterial(ref DocObjects.Material simulation, RenderTexture.TextureGeneration tg)", @@ -148081,6 +148167,7 @@ "protected": false, "summary": "Override this function to provide a Rhino.DocObjects.Material definition for this material to be used by other rendering engines including the display.", "since": "5.1", + "deprecated": "8.0", "parameters": [ { "name": "simulation", @@ -148125,7 +148212,8 @@ }, { "signature": "DocObjects.Material ToMaterial(RenderTexture.TextureGeneration tg)", - "protected": false + "protected": false, + "since": "8.0" } ] }, @@ -150081,6 +150169,7 @@ "name": "RenderSettings.EnvironmentPurpose", "dataType": "enum", "summary": "The purpose a render environment is being used for.", + "since": "8.0", "values": [ { "signature": "Standard", @@ -150100,6 +150189,7 @@ "name": "RenderSettings.EnvironmentUsage", "dataType": "enum", "summary": "The usage of a render environment.", + "since": "8.0", "values": [ { "signature": "Background", @@ -150321,35 +150411,43 @@ }, { "signature": "static System.IntPtr GetProceduralAaltonenNoiseArrayPointer()", - "protected": false + "protected": false, + "since": "8.0" }, { "signature": "static System.UInt32 GetProceduralAaltonenNoiseArraySize()", - "protected": false + "protected": false, + "since": "8.0" }, { "signature": "static System.IntPtr GetProceduralImpulseNoiseArrayPointer()", - "protected": false + "protected": false, + "since": "8.0" }, { "signature": "static System.UInt32 GetProceduralImpulseNoiseArraySize()", - "protected": false + "protected": false, + "since": "8.0" }, { "signature": "static System.IntPtr GetProceduralPerlinNoiseArrayPointer()", - "protected": false + "protected": false, + "since": "8.0" }, { "signature": "static System.UInt32 GetProceduralPerlinNoiseArraySize()", - "protected": false + "protected": false, + "since": "8.0" }, { "signature": "static System.IntPtr GetProceduralVcNoiseArrayPointer()", - "protected": false + "protected": false, + "since": "8.0" }, { "signature": "static System.UInt32 GetProceduralVcNoiseArraySize()", - "protected": false + "protected": false, + "since": "8.0" }, { "signature": "static Point3d GetWcsBoxMapping(Point3d worldXyz, Vector3d normal)", @@ -151746,7 +151844,8 @@ }, { "signature": "System.Void Dispose()", - "protected": false + "protected": false, + "since": "8.0" } ], "events": [ @@ -151767,13 +151866,15 @@ "constructors": [ { "signature": "SceneServerData(PreviewAppearance appearance, SceneServerDataUsage usage)", - "protected": false + "protected": false, + "since": "8.0" }, { "signature": "SceneServerData(PreviewGeometry geo, PreviewBackground back, PreviewLighting light, SceneServerDataUsage usage)", "protected": false, "summary": "Constructor for SceneServerData", - "since": "6.0" + "since": "6.0", + "deprecated": "8.0" } ], "properties": [ @@ -152218,7 +152319,8 @@ }, { "signature": "System.Void Dispose()", - "protected": false + "protected": false, + "since": "8.0" } ], "events": [ @@ -152436,12 +152538,14 @@ { "signature": "System.Void SetPosition(System.DateTime when, System.Double latitudeDegrees, System.Double longitudeDegrees)", "protected": false, - "since": "5.0" + "since": "5.0", + "deprecated": "8.0" }, { "signature": "System.Void SetPosition(System.Double azimuthDegrees, System.Double altitudeDegrees)", "protected": false, - "since": "5.0" + "since": "5.0", + "deprecated": "8.0" }, { "signature": "System.Void ShowDialog()", @@ -152465,6 +152569,7 @@ "namespace": "Rhino.Render", "name": "Sun.Accuracies", "dataType": "enum", + "since": "8.0", "values": [ { "signature": "Minimum", @@ -152516,12 +152621,14 @@ { "signature": "static System.String CustomLibraryPath()", "protected": false, - "since": "6.0" + "since": "6.0", + "deprecated": "8.0" }, { "signature": "static System.String CustomPaths()", "protected": false, - "since": "6.0" + "since": "6.0", + "deprecated": "8.0" }, { "signature": "static System.Int32 DarkPreviewCheckerColor()", @@ -152751,12 +152858,14 @@ { "signature": "static RdkInitialLocation LibrariesInitialLocation()", "protected": false, - "since": "6.0" + "since": "6.0", + "deprecated": "8.0" }, { "signature": "static System.String LibrariesInitialLocationCustomFolder()", "protected": false, - "since": "6.0" + "since": "6.0", + "deprecated": "8.0" }, { "signature": "static System.Int32 LightPreviewCheckerColor()", @@ -152821,12 +152930,14 @@ { "signature": "static System.Void SetCustomLibraryPath(System.String path)", "protected": false, - "since": "6.0" + "since": "6.0", + "deprecated": "8.0" }, { "signature": "static System.Void SetCustomPaths(System.String path)", "protected": false, - "since": "6.0" + "since": "6.0", + "deprecated": "8.0" }, { "signature": "static System.Void SetHarvestContentParameters(System.Boolean b)", @@ -152852,12 +152963,14 @@ { "signature": "static System.Void SetLibrariesInitialLocation(RdkInitialLocation l)", "protected": false, - "since": "6.0" + "since": "6.0", + "deprecated": "8.0" }, { "signature": "static System.Void SetLibrariesInitialLocationCustomFolder(System.String path)", "protected": false, - "since": "6.0" + "since": "6.0", + "deprecated": "8.0" }, { "signature": "static System.Void SetMultithreadedTextureEvaluation(System.Boolean b)", @@ -152882,7 +152995,8 @@ { "signature": "static System.Void SetShowCustom(System.Boolean b)", "protected": false, - "since": "6.0" + "since": "6.0", + "deprecated": "8.0" }, { "signature": "static System.Void SetShowDetailsPanel(System.Boolean b)", @@ -152892,12 +153006,14 @@ { "signature": "static System.Void SetShowDocuments(System.Boolean b)", "protected": false, - "since": "6.0" + "since": "6.0", + "deprecated": "8.0" }, { "signature": "static System.Void SetShowRenderContent(System.Boolean b)", "protected": false, - "since": "6.0" + "since": "6.0", + "deprecated": "8.0" }, { "signature": "static System.Void SetSupportSharedUIs(System.Boolean b)", @@ -152913,7 +153029,8 @@ { "signature": "static System.Void SetUseDefaultLibraryPath(System.Boolean b)", "protected": false, - "since": "6.0" + "since": "6.0", + "deprecated": "8.0" }, { "signature": "static System.Void SetUsePreviewCache(System.Boolean b)", @@ -152928,7 +153045,8 @@ { "signature": "static System.Boolean ShowCustom()", "protected": false, - "since": "6.0" + "since": "6.0", + "deprecated": "8.0" }, { "signature": "static System.Boolean ShowDetailsPanel()", @@ -152938,12 +153056,14 @@ { "signature": "static System.Boolean ShowDocuments()", "protected": false, - "since": "6.0" + "since": "6.0", + "deprecated": "8.0" }, { "signature": "static System.Boolean ShowRenderContent()", "protected": false, - "since": "6.0" + "since": "6.0", + "deprecated": "8.0" }, { "signature": "static System.Boolean SupportSharedUIs()", @@ -152963,7 +153083,8 @@ { "signature": "static System.Boolean UseDefaultLibraryPath()", "protected": false, - "since": "6.0" + "since": "6.0", + "deprecated": "8.0" }, { "signature": "static System.Boolean UsePreview()", @@ -155647,6 +155768,7 @@ "signature": "static System.Void PostCancelEvent(System.UInt32 runtimeDocSerialNumber)", "protected": false, "summary": "Post a cancel event to the command line", + "since": "8.0", "parameters": [ { "name": "runtimeDocSerialNumber", @@ -155659,6 +155781,7 @@ "signature": "static System.Void PostEnterEvent(System.UInt32 runtimeDocSerialNumber, System.Boolean bRepeatedEnter)", "protected": false, "summary": "Post an enter event to the command line", + "since": "8.0", "parameters": [ { "name": "runtimeDocSerialNumber", @@ -159306,7 +159429,8 @@ { "signature": "static System.String DescribeGeometry(Rhino.Geometry.GeometryBase geometry)", "protected": false, - "summary": "Returns a description that is similar to the one in the _What command, except for not mentioning units and other attribute data. This description is translated in the current Rhino version." + "summary": "Returns a description that is similar to the one in the _What command, except for not mentioning units and other attribute data. This description is translated in the current Rhino version.", + "since": "8.0" }, { "signature": "static System.Void DisplayOleAlerts(System.Boolean display)", @@ -159477,6 +159601,26 @@ ], "returns": "An instance, or null." }, + { + "signature": "static System.String[] GetPrinterFormNames(System.String printerName)", + "protected": false, + "summary": "Get list of form names available for a given printer", + "since": "8.0", + "parameters": [ + { + "name": "printerName", + "type": "System.String", + "summary": "name or printer to query" + } + ] + }, + { + "signature": "static System.Boolean GetPrinterFormSize(System.String printerName, System.String formName, out System.Double widthMillimeters, out System.Double heightMillimeters)", + "protected": false, + "summary": "Get the size of a sheet for a given form name / printer combination", + "since": "8.0", + "returns": "True on success" + }, { "signature": "static System.String[] GetPrinterNames()", "protected": false, @@ -169493,7 +169637,8 @@ { "signature": "static List CreateCurvePreviewGeometry(Rhino.Geometry.Curve curve, Rhino.DocObjects.Linetype linetype, System.Int32 width, System.Int32 height)", "protected": false, - "summary": "Create a series of closed polyline loops representing a curve and a linetype combination." + "summary": "Create a series of closed polyline loops representing a curve and a linetype combination.", + "since": "8.0" }, { "signature": "static Bitmap CreateMeshPreviewImage(IEnumerable meshes, IEnumerable colors, Size size)",