Exemplo n.º 1
0
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     //pManager.AddCurveParameter("Crv", "Crv", "Geometry of Section", GH_ParamAccess.list);
     pManager.AddPointParameter("Pt", "Pt", "Geometry of Section", GH_ParamAccess.list);
     pManager.AddCurveParameter("Poly", "Crv", "Geometry of Polygon", GH_ParamAccess.list);
 }
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     //Do nothing
     //throw new NotImplementedException();
     pManager.AddCurveParameter("Sections", "S", "sections. debug", GH_ParamAccess.list);
     pManager.AddBrepParameter("Breps", "B", "breps debug", GH_ParamAccess.list);
 }
 protected override void RegisterOutputParams(GH_OutputParamManager manager)
 {
     manager.AddCurveParameter("Curve", "C", string.Empty, GH_ParamAccess.item);
 }
Exemplo n.º 4
0
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.AddCurveParameter("Trail", "C", "Trail polyline", GH_ParamAccess.list);
 }
Exemplo n.º 5
0
 protected override void RegisterOutputParams(GH_OutputParamManager manager)
 {
     manager.AddMeshParameter("Meshes", "M", "Element meshes", GH_ParamAccess.list);
     manager.AddParameter(new Grasshopper.Kernel.Parameters.Param_OGLShader(), "Materials", "M", "Element materials", GH_ParamAccess.list);
     manager.AddCurveParameter("Wires", "W", "Element wires", GH_ParamAccess.list);
 }
Exemplo n.º 6
0
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.AddCurveParameter("Marker Areas", "A", "The areas of different color; as a Grasshopper curve", GH_ParamAccess.list);
     pManager.AddTextParameter("Output", "O", "Output", GH_ParamAccess.list); //debugging
 }
Exemplo n.º 7
0
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.AddCurveParameter("Line", "L", "Linear output curve.", GH_ParamAccess.item);
 }
Exemplo n.º 8
0
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.AddParameter(new CurveOnSurfaceParameter(), "Curve on Surface", "C", "", GH_ParamAccess.item);
     pManager.AddCurveParameter("Approximation", "A", "", GH_ParamAccess.item);
 }
Exemplo n.º 9
0
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.AddCurveParameter("Region", "R", "Region formed by offset operation.", GH_ParamAccess.item);
 }
Exemplo n.º 10
0
 /// <summary>
 /// Registers all the output parameters for this component.
 /// </summary>
 /// <param name="pManager">Use the pManager to register new parameters. pManager is never null.</param>
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.AddCurveParameter("Contour", "C", "Contour polylines", GH_ParamAccess.list);
     pManager.AddCurveParameter("Holes", "H", "Holes polylines", GH_ParamAccess.list);
 }
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.AddCurveParameter("Displacement Curves", "C", "Displacement curve", GH_ParamAccess.list);
 }