Rhino/Grasshopper/ GHopperGIS #36451
Unanswered
echeverrimontes
asked this question in
Q&A
Replies: 1 comment
-
Need to file a package build failure in vcpkg - see #30604 How to report a package build failure. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been having trouble with an error running the plugin:
The node I'm having truble with is the vector extractor:
using System;
using System.Collections.Generic;
using Grasshopper.Kernel;
namespace GHopperGIS
{
public class VectorExtractor : GH_Component
{
public override GH_Exposure Exposure => GH_Exposure.primary;
}
If anyone can give me any advice, thank you
Beta Was this translation helpful? Give feedback.
All reactions