Adams Basic Package > Adams View > View Command Language > geometry > geometry modify shape nurb_surf

geometry modify shape nurb_surf

Modifies an existing nurb surface.

Format:

 
geometry modify shape nurb_surf
nurb_surf_name =
existing surf_name
new_nurb_surf_name =
new surf_name
comments =
string
udegree =
integer
vdegree =
integer
rational =
boolean
uperiodic =
boolean
vperiodic =
boolean
num_uctrlpts =
integer
num_vctrlpts =
integer
control_points =
location
weights =
real
uknots =
real
vknots =
real

Description:

 
Parameter
Value Type
Description
nurb_surf_name
Existing Surface
Specify an existing nurb surface that has to be modified.
New_nurb_surf_name
New Name For The Surface
Specify the new name for the nurb surface.
comments
String
Specify any comments to be associated with the nurb surface geometry created.
udegree
Integer
Specify an integer greater than 0 and less than or equal to 20.
vdegree
Integer
Specify an integer greater than 0 and less than or equal to 20.
rational
Yes/no
Specify a Boolean value
uperiodic
Yes/no
Specify a Boolean value
vperiodic
Yes/no
Specify a Boolean value
num_uctrlpts
Integer
Specify the number of control points.
num_vctrlpts
Integer
Specify the number of control points.
control_points
Location
Specify the location of the control points.
weights
Real
Specify the weight.
uknots
Real
Specify a real number
vknots
Real
Specify a real number