geometry edge import command

Syntax

geometry edge import sfile set set_geo <keywords ...>

Primary keywords:

Import geometry edges data to a set with name set_geo by reading point locations from the file with name sfile. Point locations represent ends of the edges, and it is assumed that all imported edges are ordered and connected; thus, a polyline will be created from the imported locations.

The file should be in ASCII format, contain no header or footer, and only provide point locations as X, Y, and Z (for FLAC3D) coordinates separated either by a space, comma, or semicolon. Each point coordinates must be provided on a separate line.

group s <slot slot >

Add the group name s using slot slot to all imported edges. Use of the group logic is described in Groups. If not specified the slot name Default is used. More than one group keyword may be given.

extra i a

Add the value a to imported edges in extra variable index i. More than one extra keyword may be given.