structure cable import
command
Syntax
- structure cable import keyword
Primary keywords:
Create cable elements from an outside source.
- from-extruder s [cableimportblock] <range>
Create elements from the extruder set named s. The range applies to the list of edges in the extruder set.
- from-file s [cableimportblock]
Create elements from the geometry file s.
- from-geometry s [cableimportblock] <range>
Create elements from the geometry set named s. The range applies to the list of edges in the geometry set.
structure cable import
Keyword Block
Any of the following keywords may be optionally supplied for use with the major keywords of structure cable import
: from-extruder
, from-file
and from-geometry
.
- 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 cable 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 Cable 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 Cable 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 Cable 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.
- 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.
Was this helpful? ... | PFC © 2021, Itasca | Updated: Feb 25, 2024 |