ActiveField - QuickField API help

QuickField Student Edition free download     Contacts

ActiveField Technology

Objects Overview

Hierarchy Chart

How to Start: Application Object

How to work with Problems

How to work with Model

How to work with Data

How to Analyze Results

Objects

Properties

Methods

Boundary Property

Applies to

Summary

Returns the sub-collection that includes all blocks.

Syntax

Object.Boundary (
  [Edges As QfBoundaryEdges]
) As ShapeRange
FieldPicture.Boundary As Boolean

Parameters

Edges
[in] QfBoundaryEdges

Remarks

The Boundary property has different meaning depending upon the object that the property belongs to. For the FieldPicture object this property sets and returns the flag indicating whether the deformed shape is drawn in the FieldWindow. This property is applicable only for stress analysis problems.

With geometric objects such as Shapes, ShapeRange and Block, the Boundary property is read-only. It returns the ShapeRange collection, contains only Edges. For the Block object the boundary edges of the block are included in the returned collection.

For the collections (Shapes and ShapeRange) outer edges of the whole collection are included to the resulting collection.