structure hybrid import command

Syntax

structure hybrid import keyword

Primary keywords:

from-sketch    from-file    from-geometry

Create hybrid bolt elements from an outside source.

from-sketch s [hybridimportblock] <range>

Create elements from Sketch set named s. The range applies to the list of edges in the Sketch set.

from-file s [hybridimportblock]

Create elements from the geometry file s.

from-geometry s [hybridimportblock] <range>

Create elements from the geometry set named s. The range applies to the list of edges in the geometry set.


structure hybrid import Keyword Block

Any of the following keywords may be optionally supplied for use with the major keywords of structure hybrid import: from-file, from-geometry and from-sketch.

distinct

Eliminate sharing of nodes among created elements. Every element will create a new set of nodes, even if they are at the same location in space and elements share the same ID number. This option is most commonly used with a later structure node join` to create links connecting nodes at the same location in order to apply custom inter-element behavior.

format keyword

Specify the format of the file. Can only be given with the from-file keyword.

This keyword can only be used with the following keywords of the structure hybrid import command: from-file.

dxf

Specify the DXF file format.

geom

Specify the geometry file format.

stl

Specify the STL file format.

group s <slot s >

Assign the elements created to group s. Use of the group logic is described in Groups. If not specified, the default group name assigned will be Hybrid N where N is the ID number assinged to the elements.

group-begin s <slot s >

A group name that will be assigned to the first node of the elements created along a line. The default name assigned will be Hybrid Begin.

group-end str:`s` <slot s >

A group name that will be assigned to the first node of the elements created along a line. The default name assigned will be Hybrid End.

id i

Specify the ID that will be assigned to all new elements created by this command. If this value is not given, then the next available ID will be used. The ID controls potential joining of the two element end-nodes to an existing element as follows. At each end-node location, a new node is created unless all of the following conditions are fulfilled: 1) the ID is given; 2) an existing node is found “near” the potential new node location; and 3) the found node is part of an element with ID equal to i.

maximum-length f

Break the element into segments no greater than length f. The segments setting, if provided, is overridden as needed by this setting.

offset v

Offset the created bolts from the imported geometry along the vector v

segments i

Break the element into i equal segments, creating new nodes as needed. The default value is 1.

snap <b >

Indicate that the first and last positions of the element(s) created will attempt to “snap” to the location of the nearest structural node (attached to any element type) within a radius of 1/2 the element length. If only one end is snapped in this manner, then the entire line created will be offset by the difference between the original and the snapped position. Note that a new node is created and snapped to the location of the nearest existing node - the element being created does not use an existing node as one of its end nodes. Use struct node join if you want to join the newly created node to the existing node.