Adams Basic Package > Adams View > View Command Language > geometry > geometry create curve nurb_curve

geometry create curve nurb_curve

 
Note:  
This command is not supported, so the usage information is not provided.

Format:

 
geometry create curve nurb_curve
nurb_curve_name =
a new nurb_curve
comments =
string
degree =
integer
rational =
boolean
periodic =
boolean
control_points =
location
weights =
real
knots =
real

Example:

 
geometry create curve nurb_curve &
nurb_curve degree =
3 &
nurb_curve rational =
yes &
nurb_curve periodic =
yes &
nurb_curve control_points =
1,5,3 &
nurb_curve knots =
5

Description:

 
Parameter
Value Type
Description
nurb_curve_name
A New Nurb_curve
 
comments
String
Specifies comments for the object being created or modified.
degree
Integer
 
rational
Boolean
 
periodic
Boolean
 
control_points
Location
 
weights
Real
 
knots
Real
 

Extended Definition:

1. When an Adams Solver data file (.adm) is read into Adams View, all comments associated with a statement (from the end of the previous statement through the end of the current statement) are stored with the object. Comments in the data file can be associated with model.
These comments must follow the title statement and be followed by the comment 'END OF MODEL COMMENTS'. This string must be uppercase.
When an Adams Solver data file is written, the comments for an object are written before the statement corresponding to the object.