Simon Zhou
  • Male
  • DongGuang
  • China, mainland
Share on Facebook
Share Twitter

Simon Zhou's Groups

Simon Zhou's Discussions

UserData
4 Replies

Hi, How to copy UserData from a object to another object using RhinoCommon?I don't know type and quantity of userdata. Thanks,SimonContinue

Started this discussion. Last reply by Simon Zhou Mar 24.

PerformSweepRebuild issue?
7 Replies

Hi,I want to create surface that has 5 control points in U direction.But the result always only has 4 control points. Can you help me to find the Bug? Thanks,Simon Here is my code:  List<Brep>…Continue

Started this discussion. Last reply by Dale Fugier Mar 11.

How to move the control points of a surface using the RhinoCommon?
2 Replies

Hi,How to move the control points of a surface using the RhinoCommon?I want to move the control points of selected surface to create a new surface. Thanks,SimonContinue

Started this discussion. Last reply by Simon Zhou Mar 5.

Flow
2 Replies

How to realize "FlowAlongSrf" and "flow" command using RhinoCommon?Continue

Started this discussion. Last reply by Simon Zhou Feb 26.

 

Simon Zhou's Page

Latest Activity

Simon Zhou replied to Simon Zhou's discussion UserData
"Hi Dale, Thank you! Simon"
Mar 24
Dale Fugier replied to Simon Zhou's discussion UserData
"Sorry, only the plug-in what wrote the user data knows how to read the user data.  -- Dale"
Mar 19
Simon Zhou replied to Simon Zhou's discussion UserData
"Hi Dale,  I read the T-spline surface of one file by File3dm and add to the active Rhino,then I found that the T-spline surface change to polysurface automatically( my computer had installed the Trial version of T-splines), so I guess, the…"
Mar 16
Dale Fugier replied to Simon Zhou's discussion UserData
"Hi Simon, You will need to be more specific. What are you trying to do? Whose user data are you trying to copy and why? Normally, user data is copied every time the object is copied. Why do you need to copy the user data yourself? Thanks,  --…"
Mar 11
Dale Fugier replied to Simon Zhou's discussion PerformSweepRebuild issue?
"SweepOneRail.PerformSweepRebuild returns an array of Breps. You'd have to: 1. Get a Brep from the results2. Get a BrepFace from the Brep.3. Get the face's underlying surface.4. Make sure the surface is a NURBS surface.5. Get the NURBS…"
Mar 11
Dale Fugier replied to Simon Zhou's discussion PerformSweepRebuild issue?
"The only work around, until SR3, is to script the Sweep1 command using Rhino.RhinoApp.RunScript.  -- Dale"
Mar 11
Simon Zhou posted a discussion

UserData

Hi, How to copy UserData from a object to another object using RhinoCommon?I don't know type and quantity of userdata. Thanks,SimonSee More
Mar 11
Simon Zhou replied to Simon Zhou's discussion PerformSweepRebuild issue?
"Hi Dale,   If no way to replace PerformSweepRebuild function,can you tell me how to get the count of control point in U direction?    Thanks, Simon"
Mar 11
Simon Zhou replied to Simon Zhou's discussion PerformSweepRebuild issue?
"Hi Dale,   I'm looking forward to the Rhino 5 SR3 can release earlier. Is there any other way to replace PerformSweepRebuild function in RhinoCommon?   Thanks, Simon  "
Mar 8
Dale Fugier replied to Simon Zhou's discussion PerformSweepRebuild issue?
"Hi Simon, Thank you for posting your geometry. With it, I was able to track down a bug in Rhino that was causing the shape curves to not rebuild. I have fixed the problem in Rhino. But it is too late for the fix to make it into Rhino 5 SR2. So,…"
Mar 7
Simon Zhou replied to Simon Zhou's discussion PerformSweepRebuild issue?
"Hi Dale,   Rhino's Sweep2 command works well. The test code as below,Please help to check.   Thanks, Simon   private List<Brep> Sweep2(Curve Rail1, Curve Rail2, List<Curve> shape_curves, int…"
Mar 6
Dale Fugier replied to Simon Zhou's discussion PerformSweepRebuild issue?
"Hi Simon, If you use Rhino's Sweep2 command, can you rebuild the shape with 4 control points? Can you post the geometry? Thanks,  -- Dale"
Mar 6
Simon Zhou posted a discussion

PerformSweepRebuild issue?

Hi,I want to create surface that has 5 control points in U direction.But the result always only has 4 control points. Can you help me to find the Bug? Thanks,Simon Here is my code:  List<Brep> breps=Sweep2(rail_crv1,rail_crv2,shape_curves,5); foreach (Brep Item in breps)            {                doc.Objects.AddBrep(Item );            }============================== public List<Brep> Sweep2(Curve Rail1, Curve Rail2,List<Curve> shape_curves , int m_rebuild_count  )       …See More
Mar 5
Simon Zhou replied to Simon Zhou's discussion How to move the control points of a surface using the RhinoCommon?
"Hi Dale,   Thank you!   Simon"
Mar 5
Dale Fugier replied to Simon Zhou's discussion How to move the control points of a surface using the RhinoCommon?
"Hi Simon, Control point, or grip, editing is performed by obtaining an object's grip objects. Then, you can manipulate each grip object as you wish. When finished, you can commit the changes by calling RhinoDoc.Objects.GripUpdate. See the…"
Mar 4
Simon Zhou posted a discussion

How to move the control points of a surface using the RhinoCommon?

Hi,How to move the control points of a surface using the RhinoCommon?I want to move the control points of selected surface to create a new surface. Thanks,SimonSee More
Mar 3

Profile Information

Company, School, or Organization
YY
I am a
Commercial User
Which operating system do you prefer?
Windows
Discipline/Occupation
Footwear Design

Comment Wall

You need to be a member of Rhino Community to add comments!

Join Rhino Community

  • No comments yet!
 
 
 

Translate

© 2013   Created by McNeel Admin.

Badges  |  Report an Issue  |  Terms of Service