mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0033807: Documentation - Fix various typos found in codebase
This commit is contained in:
@@ -46,7 +46,7 @@ public:
|
||||
|
||||
|
||||
//! Returns STEP entity of the (sub)type of RepresentationItem
|
||||
//! which is a result of the tranalation of the Shape, or Null if
|
||||
//! which is a result of the translation of the Shape, or Null if
|
||||
//! no result is recorded
|
||||
Standard_EXPORT static Handle(StepRepr_RepresentationItem) FindEntity (const Handle(Transfer_FinderProcess)& FinderProcess, const TopoDS_Shape& Shape);
|
||||
|
||||
@@ -59,7 +59,7 @@ public:
|
||||
//! Returns Shape resulting from given STEP entity (Null if not mapped)
|
||||
Standard_EXPORT static TopoDS_Shape FindShape (const Handle(Transfer_TransientProcess)& TransientProcess, const Handle(StepRepr_RepresentationItem)& item);
|
||||
|
||||
//! Find CDSR correcponding to the component in the specified assembly
|
||||
//! Find CDSR corresponding to the component in the specified assembly
|
||||
Standard_EXPORT static Standard_Boolean FindCDSR (const Handle(Transfer_Binder)& ComponentBinder, const Handle(StepShape_ShapeDefinitionRepresentation)& AssemblySDR, Handle(StepShape_ContextDependentShapeRepresentation)& ComponentCDSR);
|
||||
|
||||
};
|
||||
|
@@ -652,7 +652,7 @@ Standard_Integer STEPConstruct_ExternRefs::AddExternRef (const Standard_CString
|
||||
//Handle(StepBasic_ProductDefinitionWithAssociatedDocuments) PDWAD =
|
||||
// Handle(StepBasic_ProductDefinitionWithAssociatedDocuments)::DownCast(PD);
|
||||
|
||||
// searh in graph for replace
|
||||
// search in graph for replace
|
||||
// Standard_Integer numProdDef;
|
||||
// Interface_EntityIterator subs = Graph().Shareds(SDR);
|
||||
// for (subs.Start(); subs.More(); subs.Next()) {
|
||||
@@ -832,7 +832,7 @@ Standard_Boolean STEPConstruct_ExternRefs::addAP214ExterRef (const Handle(StepAP
|
||||
|
||||
// create new product definition formation
|
||||
Handle(StepBasic_ProductDefinitionFormation) PDF = new StepBasic_ProductDefinitionFormation;
|
||||
// name id taked from example Standard_ExtString_ref_master.stp
|
||||
// name id taken from example Standard_ExtString_ref_master.stp
|
||||
Handle(TCollection_HAsciiString) PDF_ID = new TCollection_HAsciiString("1");
|
||||
PDF->Init( PDF_ID, EmptyString, Product );
|
||||
|
||||
|
@@ -116,7 +116,7 @@ public:
|
||||
protected:
|
||||
|
||||
|
||||
//! Create a new additional structure entities and add ncessary references
|
||||
//! Create a new additional structure entities and add necessary references
|
||||
//! Note: do not refer from ADR to DF directly in AP214 (TRJ11).
|
||||
Standard_EXPORT Standard_Boolean addAP214ExterRef (const Handle(StepAP214_AppliedDocumentReference)& ADR, const Handle(StepBasic_ProductDefinition)& PD, const Handle(StepBasic_DocumentFile)& DF, const Standard_CString filename);
|
||||
|
||||
|
@@ -116,7 +116,7 @@ public:
|
||||
Standard_Boolean& isArea,
|
||||
const StepData_Factors& theLocalFactors = StepData_Factors()) const;
|
||||
|
||||
//! Returns value of Centriod property (or False if it is not)
|
||||
//! Returns value of Centroid property (or False if it is not)
|
||||
Standard_EXPORT Standard_Boolean GetPropPnt (const Handle(StepRepr_RepresentationItem)& item,
|
||||
const Handle(StepRepr_RepresentationContext)& Context,
|
||||
gp_Pnt& Pnt,
|
||||
|
Reference in New Issue
Block a user