PathEngine home previous: iMesh::newObstacleSet()next: iMesh::placeAgent()
Contents, API Reference, Interfaces, iMesh, newObstacleSet_WithAttributes

iMesh::newObstacleSet_WithAttributes()

Description

Creates a free standing obstacle set.

Syntax

std::unique_ptr<iObstacleSet> newObstacleSet_WithAttributes(const char *const* attributes) const

Parameters

attributes A set of attribute and value pairs that can be used to control the behaviour of the created obstacle set.
See Obstacle Set Creation Attributes for information about the attributes that can be passed in to this parameter.
When creating 'preprocessed obstacle sets', Unobstructed Space Generation Attributes can also be included, and these will then be passed in to the preprocess generation stage.

Return Value

A newly created Interface iObstacleSet object.

Remarks

This method enables obstacles sets to be marked for extended preprocessing.

C# Mapping

ObstacleSet newObstacleSet_WithAttributes(string[] attributes);

Java Mapping

ObstacleSet newObstacleSet_WithAttributes(String[] attributes);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iMesh::placeAgent()