Adds a new frame object whose end points are at the specified coordinates.
Namespace: ETABS2015Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax
Parameters
- XI
- Type:
System Double
The coordinates of the I-End of the added frame object. The coordinates are in the coordinate system defined by the CSys item.
- YI
- Type:
System Double
- ZI
- Type:
System Double
- XJ
- Type:
System Double
- YJ
- Type:
System Double
- ZJ
- Type:
System Double
- Name
- Type:
System String
This is the name that the program ultimately assigns for the frame object. If no userName is specified, the program assigns a default name to the frame object. If a userName is specified and that name is not used for another frame, cable or tendon object, the userName is assigned to the frame object, otherwise a default name is assigned to the frame object.
- PropName (Optional)
- Type:
System String
This is Default, None, or the name of a defined frame section property.If it is Default, the program assigns a default section property to the frame object. If it is None, no section property is assigned to the frame object. If it is the name of a defined frame section property, that property is assigned to the frame object.
- UserName (Optional)
- Type:
System String
- CSys (Optional)
- Type:
System String
The name of the coordinate system in which the frame object end point coordinates are defined.
Return Value
Returns zero if the frame object is successfully added, otherwise it returns a nonzero value.Remarks
Examples
See Also