Visual Basic | |
---|---|
Public Interface IEntityHelper |
C# | |
---|---|
public interface IEntityHelper |
JavaScript | |
---|---|
Object dsEntityHelper |
COM native C++ | |
---|---|
interface IEntityHelper |
C++ | |
---|---|
class dsEntityHelper |
Insert Splines (C#)
Insert Splines (VB.NET)
Insert Splines (VBA)
Select and Change Entities (JavaScript)
Create and Change EntityGroups (C#)
Create and Change EntityGroups (VB.NET)
Create and Change EntityGroups (VBA)
Create and Change EntityGroups (JavaScript)
Insert Splines (VB.NET)
Insert Splines (VBA)
Select and Change Entities (JavaScript)
Create and Change EntityGroups (C#)
Create and Change EntityGroups (VB.NET)
Create and Change EntityGroups (VBA)
Create and Change EntityGroups (JavaScript)
This interface allows you to access a group of sketch or BlockDefinition entities (Lines, Circles, Splines, etc.) and perform operations on those entities without having to cast each entity individually. Depending on what you want to do, call ISketchManager::GetEntities or ISelectionManager::GetSelectedObjects or IBlockDefinition::GetEntities to create the group of entities on which to perform operations.