User Manual - Page 3258

For AUTOCAD 2011.

Loading ...
Loading ...
Loading ...
Reference: AecBoundingOpeningRule Class
The following list shows all members of the AecBoundingOpeningRule base class:
namespace Autodesk.Aec.SpaceOffsetRulesManager
{
public abstract class AecBoundingOpeningRule : AecSpaceOffset
BaseRule
{
public AecBoundingOpeningRule();
public AecSpaceOffsetOpeningInfo* Apply(
Autodesk.AutoCAD.DatabaseServices.ObjectId idSpace,
Autodesk.AutoCAD.DatabaseServices.ObjectId idAdjSpace,
Autodesk.AutoCAD.DatabaseServices.ObjectId idObject,
Autodesk.AutoCAD.DatabaseServices.ObjectId idOpening
);
}
}
AecSpaceOffsetInfo Class
The AecSpaceOffsetInfo class is used to describe an offset as a result of the
application of a bounding adjacency rule. It is returned by the implementation
of the Apply methods of that class that is called by AutoCAD Architecture when
the software needs to calculate the boundary offsets of a space according to
the standard this rule is assigned to.
You define an offset with 2 properties, the type and the value. The type defines
where on the bounding object the offset is to align, such as the adjacent face
of the wall. The value defines an additional offset distance from that alignment,
where positive is away from the space under consideration. For example, you
can define an offset that is aligned with the center of the wall, which is then
offset an additional 1" toward the opposite face.
3202 | Chapter 39 Spaces
Loading ...
Loading ...
Loading ...