{ "Uuid": "025451e4-937a-40c2-8751-0f7f816b5524", "IsCustomNode": false, "Description": null, "Name": "primer6", "ElementResolver": { "ResolutionMap": { "Point": { "Key": "Autodesk.DesignScript.Geometry.Point", "Value": "ProtoGeometry.dll" }, "IndexGroup": { "Key": "Autodesk.DesignScript.Geometry.IndexGroup", "Value": "ProtoGeometry.dll" } } }, "Inputs": [], "Outputs": [], "Nodes": [ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", "FunctionSignature": "Autodesk.DesignScript.Geometry.Mesh.ByPointsFaceIndices@Autodesk.DesignScript.Geometry.Point[],Autodesk.DesignScript.Geometry.IndexGroup[]", "Id": "e2b5909d05f941c0bbea2406dea6f531", "Inputs": [ { "Id": "c3321551dc784c0fa9d38c49e2101513", "Name": "vertexPositions", "Description": "Point[]", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, "KeepListStructure": false }, { "Id": "672af012bbf14607a4ea92894c759f68", "Name": "indices", "Description": "IndexGroup[]", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, "KeepListStructure": false } ], "Outputs": [ { "Id": "2459af515dba4629a2e94b9ec71601ca", "Name": "Mesh", "Description": "Mesh", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, "KeepListStructure": false } ], "Replication": "Auto", "Description": "Create a mesh from a collection of Points and a collection of IndexGroups referencing the Point collection\n\nMesh.ByPointsFaceIndices (vertexPositions: Point[], indices: IndexGroup[]): Mesh" }, { "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore", "NodeType": "CodeBlockNode", "Code": "vertices = [\n Point.ByCoordinates(3,-2),\n Point.ByCoordinates(1,2),\n Point.ByCoordinates(0,0,2.5),\n Point.ByCoordinates(-2,2),\n Point.ByCoordinates(-2.5,-1),\n Point.ByCoordinates(-1,-2.5)\n];\ngroups = [\n IndexGroup.ByIndices(0,2,1),\n IndexGroup.ByIndices(1,2,3),\n IndexGroup.ByIndices(3,2,4),\n IndexGroup.ByIndices(4,2,5),\n IndexGroup.ByIndices(5,2,0)\n];", "Id": "8c938707c52544c1b4cd8199fef4cbd0", "Inputs": [], "Outputs": [ { "Id": "e471d680ef0f4c96ba62a8c617f423ea", "Name": "", "Description": "vertices", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, "KeepListStructure": false }, { "Id": "570d27d04fae4218b6693fdf0f54055b", "Name": "", "Description": "groups", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, "KeepListStructure": false } ], "Replication": "Disabled", "Description": "Allows for DesignScript code to be authored directly" } ], "Connectors": [ { "Start": "e471d680ef0f4c96ba62a8c617f423ea", "End": "c3321551dc784c0fa9d38c49e2101513", "Id": "3bd58b06d6ac4f9bae32f3216372f026" }, { "Start": "570d27d04fae4218b6693fdf0f54055b", "End": "672af012bbf14607a4ea92894c759f68", "Id": "aeca352148d24eb6baf3db54af44ddf9" } ], "Dependencies": [], "NodeLibraryDependencies": [], "Bindings": [], "View": { "Dynamo": { "ScaleFactor": 1.0, "HasRunWithoutCrash": true, "IsVisibleInDynamoLibrary": true, "Version": "2.6.0.7985", "RunType": "Automatic", "RunPeriod": "1000" }, "Camera": { "Name": "Background Preview", "EyeX": -4.0267813972551192, "EyeY": 6.273302841370282, "EyeZ": -10.13569160184228, "LookX": 3.2679550551732479, "LookY": -4.0289234876827686, "LookZ": 9.2229815985759078, "UpX": 0.057995322941198621, "UpY": 0.984807753012203, "UpZ": 0.16367721931897475 }, "NodeViews": [ { "ShowGeometry": true, "Name": "Mesh.ByPointsFaceIndices", "Id": "e2b5909d05f941c0bbea2406dea6f531", "IsSetAsInput": false, "IsSetAsOutput": false, "Excluded": false, "X": 426.73504752434508, "Y": 34.264412209117864 }, { "ShowGeometry": true, "Name": "Code Block", "Id": "8c938707c52544c1b4cd8199fef4cbd0", "IsSetAsInput": false, "IsSetAsOutput": false, "Excluded": false, "X": 33.599999999999852, "Y": 27.600000000000009 } ], "Annotations": [], "X": 49.605708700818127, "Y": -2.0828077289974516, "Zoom": 0.8397130945469119 } }