Jump to content

Recommended Posts

Hey,

 

surfaces are defined by the parameters U and V the minimum is 0 and the maximum 1.

0 is equal to the starting of the surface and 1 is equal to the ending of the surface.

post-41-0-21239500-1375699064_thumb.png

There are four different ways showing the U-V-Orientation of a surface in CAESES/FFW.

  1. highlight a surface and in the ObjectEditor in the categorie  Display Options click on this button post-41-0-09705200-1375698955.png.
  2. right-click the surface object in the ObjectTree and select 'Show U-V-Orientation'
  3. right-click the surface in the 3DViewer and select 'Show U-V-Orientation'
  4. highlight the surface and type this command in the Console: mycurve.showOrigin(1) to show the orientation and mycurve.showOrigin(0) for not showing the orientation

Best Regards,

 

Karsten

Share this post


Link to post
Share on other sites

Hi,

I moved your question here, because it is more related to this topic.

You have two possibilities to change the domain:

A: Add an Operation to your surface (Operation -> More -> Domain) 

B: Create an ImageSurface of your NURBS surface.

To reverse the direction, simply change from [0,1] to [1,0]. You can also swap the domain (u->v / v->u). But be careful with to order of doing it.

Cheers,

Carl

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...