dbSetBoundaryEdge
dbSetBoundaryEdge(
d_boundaryId
l_points
[ lt_edgeNames ]
)
=> t / nil
Description
Sets the points (edges) and edge names for the specified boundary.
Arguments
|
d_boundaryId
|
The database ID of the boundary to be set.
|
|
l_points
|
Specifies a list of points for the boundary.
|
|
lt_edgeNames
|
Optional argument that list the names of edges.
|
Value Returned
|
t
|
The set of the boundary edges successfully.
|
|
nil
|
nil is returned if the boundary ID is invalid.
|
Related Topics
Database Access Function Argument Types
Boundary Functions
Return to top