GroupOf_MockEntityWithGroups

Inheritance

The GroupOf_MockEntityWithGroups object is derived from the CollectionOf_MockEntityWithGroups object.

Usage locations

The GroupOf_MockEntityWithGroups object can be accessed from the following locations:

Property List

Count
The number of MockEntityWithGroups items in the collection. (Read only number)
Label
The object label. (Read/Write string)
Type
The object type string. (Read only string)
Visible
Specifies whether the geometry must be shown or hidden. (Read/Write boolean)

Property List (internal only)

IsVisible
(Read only boolean)
NestedCompositeValueOnCapability
(Read/Write MockParametricOrigin)
Path
(Read only string)
TestValue
(Read/Write number)

Collection List (internal only)

Groups
(GroupCollectionOf_MockEntityWithGroups of GroupOf_MockEntityWithGroups.)
TestChild
(MockCollection of MockEntity.)

Method List

Delete ()
Deletes the entity.
Duplicate ()
Duplicates the entity. (Returns a Object object.)
GetProperties ()
Returns a table of properties representing the state of the object. The properties table can be used with the SetProperties method to change multiple properties of the object in one step. (Returns a table object.)
Item (index number)
Returns the MockEntityWithGroups for the given index in the collection. (Returns a MockEntityWithGroups object.)
Item (label string)
Returns the MockEntityWithGroups for the given label in the collection. (Returns a MockEntityWithGroups object.)
Items ()
Returns a table of MockEntityWithGroups items. (Returns a UnsupportedType(List of MockEntityWithGroups) object.)
SetProperties (properties Object)
Modifies the state of the object using the provided table of properties. This method is used to modify multiple properties of the object in a single step.

Method List (internal only)

CreateGroup ()
(Returns a Object object.)
DeleteEntities ( List of Object)
Disassemble ()
DuplicateEntities ( List of Object)
(Returns a List of Object object.)
MoveIn ( List of Object)
MoveOut ( List of Object)
Replace ( MockEntityWithGroups, MockEntityWithGroups)
TestProcess ()
ToggleVisibility ()

Static Function List

GetDefaultProperties ()
Creates a table containing the default settings to create an object. (Returns a table object.)

Property Details

Count
The number of MockEntityWithGroups items in the collection.
Type
number
Access
Read only
Label
The object label.
Type
string
Access
Read/Write
Type
The object type string.
Type
string
Access
Read only
Visible
Specifies whether the geometry must be shown or hidden.
Type
boolean
Access
Read/Write

Property Details (internal only)

IsVisible
Type
boolean
Access
Read only
NestedCompositeValueOnCapability
Type
MockParametricOrigin
Access
Read/Write
Path
Type
string
Access
Read only
TestValue
Type
number
Access
Read/Write

Collection Details (internal only)

Groups
Type
GroupCollectionOf_MockEntityWithGroups
TestChild
Type
MockCollection

Method Details

Delete ()
Deletes the entity.
Duplicate ()
Duplicates the entity.
Return
Object
The new (duplicated) entity.
GetProperties ()
Returns a table of properties representing the state of the object. The properties table can be used with the SetProperties method to change multiple properties of the object in one step.
Return
table
A table defining the properties.
Item (index number)
Returns the MockEntityWithGroups for the given index in the collection.
Input Parameters
index(number)
The index of the MockEntityWithGroups.
Return
MockEntityWithGroups
The item in the collection
Item (label string)
Returns the MockEntityWithGroups for the given label in the collection.
Input Parameters
label(string)
The label of the MockEntityWithGroups.
Return
MockEntityWithGroups
The item in the collection
Items ()
Returns a table of MockEntityWithGroups items.
Return
UnsupportedType(List of MockEntityWithGroups)
The list of items in the collection
SetProperties (properties Object)
Modifies the state of the object using the provided table of properties. This method is used to modify multiple properties of the object in a single step.
Input Parameters
properties(Object)
A table of properties defining the new state of the object.

Method Details (internal only)

CreateGroup ()
Return
Object
DeleteEntities ( List of Object)
Input Parameters
(List of Object)
Disassemble ()
DuplicateEntities ( List of Object)
Input Parameters
(List of Object)
Return
List of Object
MoveIn ( List of Object)
Input Parameters
(List of Object)
MoveOut ( List of Object)
Input Parameters
(List of Object)
Replace ( MockEntityWithGroups, MockEntityWithGroups)
Input Parameters
(MockEntityWithGroups)
(MockEntityWithGroups)
TestProcess ()
ToggleVisibility ()

Static Function Details

GetDefaultProperties ()
Creates a table containing the default settings to create an object.
Return
table
A table containing the default properties.