NX Open C++ Reference Guide
|
Logical structure of part delayed update status. More...
Public Member Functions | |
DelayStatusInfo (bool sessionDelayedInitial, bool explicitDelayedInitial, bool frozenDelayedInitial, bool notDisplayedDelayedInitial, bool deferredDelayedInitial, bool internalDelayedInitial, bool constraintDelayedInitial) | |
Constructor for the DelayStatusInfo struct. | |
Public Attributes | |
bool | ConstraintDelayed |
The part is delayed because assembly constraints are delayed. | |
bool | DeferredDelayed |
The part is deferred delayed. | |
bool | ExplicitDelayed |
The part is frozen in this session. | |
bool | FrozenDelayed |
The part is frozen for all sessions. | |
bool | InternalDelayed |
The part is internal delayed. | |
bool | NotDisplayedDelayed |
The part is delayed because it's not in the displayed assembly. | |
bool | SessionDelayed |
The part is delayed because geometry and expressions are delayed. |
Logical structure of part delayed update status.
NXOpen::PartDelayedUpdateStatus::DelayStatusInfo::DelayStatusInfo | ( | bool | sessionDelayedInitial, |
bool | explicitDelayedInitial, | ||
bool | frozenDelayedInitial, | ||
bool | notDisplayedDelayedInitial, | ||
bool | deferredDelayedInitial, | ||
bool | internalDelayedInitial, | ||
bool | constraintDelayedInitial | ||
) |
Constructor for the DelayStatusInfo struct.
sessionDelayedInitial | The part is delayed because geometry and expressions are delayed. |
explicitDelayedInitial | The part is frozen in this session. |
frozenDelayedInitial | The part is frozen for all sessions. |
notDisplayedDelayedInitial | The part is delayed because it's not in the displayed assembly. |
deferredDelayedInitial | The part is deferred delayed. |
internalDelayedInitial | The part is internal delayed. |
constraintDelayedInitial | The part is delayed because assembly constraints are delayed. |
The part is delayed because assembly constraints are delayed.
The part is deferred delayed.
The part is frozen in this session.
The part is frozen for all sessions.
The part is internal delayed.
The part is delayed because it's not in the displayed assembly.
The part is delayed because geometry and expressions are delayed.