| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| boolean | GetAllowChildGroupMembers
()
Get method for attribute "AllowChildGroupMembers" If true the children of feature, if members of a group, will be individually deleted from their group. If false, then the group containing the feature's children will be also deleted. This attribute can be set to true if and only if both DeleteOperation.GetClip(boolean) and DeleteOperation.GetAllowGroupMembers(boolean) are set to true. Default value is false. |
| boolean | GetAllowGroupMembers
()
Get method for attribute "AllowGroupMembers" If true the feature, if member of a group, will be individually deleted from the group. If false, the group containing the feature will be also deleted. This attribute can be set to true if and only if DeleteOperation.GetClip(boolean) is also set to true. Default value is false. |
| boolean | GetClip
()
Get method for attribute "Clip" A Boolean flag that determines whether to delete all features that follow the feature.Default value is false. |
| boolean | GetKeepEmbeddedDatums
()
Get method for attribute "KeepEmbeddedDatums" If true then the embedded datum(s) inside the feature will be retained even after the feature is deleted. If false embedded datum(s) will be deleted along with parent fature. |
| void | SetAllowChildGroupMembers
(boolean value)
Set method for attribute "AllowChildGroupMembers" If true the children of feature, if members of a group, will be individually deleted from their group. If false, then the group containing the feature's children will be also deleted. This attribute can be set to true if and only if both DeleteOperation.GetClip(boolean) and DeleteOperation.GetAllowGroupMembers(boolean) are set to true. Default value is false. |
| void | SetAllowGroupMembers
(boolean value)
Set method for attribute "AllowGroupMembers" If true the feature, if member of a group, will be individually deleted from the group. If false, the group containing the feature will be also deleted. This attribute can be set to true if and only if DeleteOperation.GetClip(boolean) is also set to true. Default value is false. |
| void | SetClip
(boolean value)
Set method for attribute "Clip" A Boolean flag that determines whether to delete all features that follow the feature.Default value is false. |
| void | SetKeepEmbeddedDatums
(boolean value)
Set method for attribute "KeepEmbeddedDatums" If true then the embedded datum(s) inside the feature will be retained even after the feature is deleted. If false embedded datum(s) will be deleted along with parent fature. |
| Methods Inherited from Interface com.ptc.pfc.pfcFeature.FeatureOperation |
|---|
| GetOpFeature |
| Method Detail |
|---|
| GetClip/SetClip |
|---|
| boolean | GetClip | () |
| void | SetClip | (boolean value) |
A Boolean flag that determines whether to delete all features
that follow the feature.Default value is false.
|
| GetAllowGroupMembers/SetAllowGroupMembers |
|---|
| boolean | GetAllowGroupMembers | () |
| void | SetAllowGroupMembers | (boolean value) |
If true the feature, if member of a group, will be
individually deleted from the group. If false, the group containing
the feature will be also deleted. This attribute can be set to
true if and only if
DeleteOperation.GetClip(boolean)
is also set to true.
Default value is false.
|
| GetAllowChildGroupMembers/SetAllowChildGroupMembers |
|---|
| boolean | GetAllowChildGroupMembers | () |
| void | SetAllowChildGroupMembers | (boolean value) |
If true the children of feature, if members of a group,
will be individually deleted from their group. If false, then the
group containing the feature's children will be also deleted.
This attribute can be set to true if and only if both
DeleteOperation.GetClip(boolean) and
DeleteOperation.GetAllowGroupMembers(boolean)
are set to true.
Default value is false.
|
| GetKeepEmbeddedDatums/SetKeepEmbeddedDatums |
|---|
| boolean | GetKeepEmbeddedDatums | () |
| void | SetKeepEmbeddedDatums | (boolean value) |
If true then the embedded datum(s) inside the feature
will be retained even after the feature is deleted. If false
embedded datum(s) will be deleted along with parent fature.
|