Example #1
0
 /// <summary>
 /// Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     //pManager.AddColourParameter("Color Theme", "T", "T", GH_ParamAccess.list);
     //pManager.AddTimeParameter("Difference", "", "", GH_ParamAccess.item);
     pManager.AddPlaneParameter("Planes", "P", "", GH_ParamAccess.list);
     pManager.AddTransformParameter("Tranformations", "T", "", GH_ParamAccess.list);
 }
Example #2
0
 /// <summary>
 /// Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.AddVectorParameter("Translations", "T", "", GH_ParamAccess.list);
     pManager.AddVectorParameter("Rotation vectors", "Rv", "", GH_ParamAccess.list);
     pManager.AddNumberParameter("Rotation angles", "Ra", "", GH_ParamAccess.list);
     pManager.AddTransformParameter("Transformations", "X", "Transformation matrices.", GH_ParamAccess.list);
 }
Example #3
0
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.AddCurveParameter("Sheets", "Sheets", "Sheets", GH_ParamAccess.list);
     pManager.AddCurveParameter("Polylines", "Polylines", "Polylines", GH_ParamAccess.list);
     pManager.AddIntegerParameter("ID", "ID", "ID", GH_ParamAccess.list);
     pManager.AddTransformParameter("Transform", "Transform", "Transform", GH_ParamAccess.list);
 }
Example #4
0
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.AddCurveParameter("Sheets", "Sheets", "Sheets", GH_ParamAccess.list);
     pManager.AddGeometryParameter("Geo", "Geo", "Geo", GH_ParamAccess.list);
     //pManager.AddCurveParameter("Holes", "Holes", "Holes", GH_ParamAccess.tree);
     pManager.AddIntegerParameter("ID", "ID", "Polygon id number", GH_ParamAccess.list);
     pManager.AddTransformParameter("Transform", "Transform", "Transform", GH_ParamAccess.list);
     pManager.AddIntegerParameter("IDS", "IDS", "Sheet id number", GH_ParamAccess.list);
 }
Example #5
0
 /// <summary>
 /// Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.AddGeometryParameter("Geometry",
                                   "G",
                                   "Geometry placed into Monoceros Slot",
                                   GH_ParamAccess.tree);
     pManager.AddTransformParameter("Transform",
                                    "X",
                                    "Transformation data",
                                    GH_ParamAccess.tree);
 }
Example #6
0
 /// <summary>
 /// Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.AddGeometryParameter("Geometry", "G", "Geometry to orient", GH_ParamAccess.item);
     pManager.AddTransformParameter("Transform", "X", "Transformation", GH_ParamAccess.item);
 }
Example #7
0
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.AddNumberParameter("Latitude", "LAT", "Decimal Degree Latitude", GH_ParamAccess.item);
     pManager.AddNumberParameter("Longitude", "LON", "Decimal Degree Longitude", GH_ParamAccess.item);
     pManager.AddTransformParameter("Transform", "xForm", "The transform from XYZ to WGS", GH_ParamAccess.item);
 }
Example #8
0
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.AddPointParameter("xyPoint", "xyPoint", "Longitude/Latitude translated to X/Y", GH_ParamAccess.item);
     pManager.AddTransformParameter("Transform", "xForm", "The transform from WGS to XYZ", GH_ParamAccess.item);
 }
Example #9
0
 /// <summary>
 /// Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.AddTransformParameter("transform", "T", " Rigid Transformation matrix [4x4] ", GH_ParamAccess.item);
 }
Example #10
0
 /// <summary>
 /// Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.AddMeshParameter("ResultMesh", "Mt", "The Result Mesh", GH_ParamAccess.item);
     pManager.AddTransformParameter("Transform", "T", "The Transform", GH_ParamAccess.item);
 }
Example #11
0
 /// <summary>
 /// Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.AddTransformParameter("transform", "T", "[4x4] transformation matrix ", GH_ParamAccess.item);
     pManager.AddNumberParameter("RMSE", "RMSE", "RMSE value [m] of the Euclidean distance between both point clouds", GH_ParamAccess.item);
 }
 /// <summary>
 /// Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.AddTransformParameter("Tran", "T", "变换矩阵", GH_ParamAccess.item);
 }