
Mon, 06/07/2004 - 19:47
Forums:
There is a small error in help page about Standard_Transient::DynamicType.
***************cut************
Example
Handle(Standard_Transient) p;
Handle(Standard_Type) t;
p = new Geom_CartesianPoint(0.,0.,0.);
t = TYPE(Geom_CartesianPoint);
assert ( p->DynamicType() == t );
***steklorez monitornyj****
There is no TYPE macro, there is only STANDARD_TYPE macro
Tue, 06/08/2004 - 16:26
Dear Peter, thank you for your kind remark. The error has been corrected.
Best regards,
Forum Supervisor