Interface IIfcGeometricRepresentationSubContext
Readonly interface for IfcGeometricRepresentationSubContext
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcGeometricRepresentationSubContext : IIfcGeometricRepresentationContext, IIfcRepresentationContext, IfcCoordinateReferenceSystemSelect, IIfcCoordinateReferenceSystemSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ParentContext
Declaration
IIfcGeometricRepresentationContext ParentContext { get; set; }
Property Value
|
Improve this Doc
View Source
TargetScale
Declaration
IfcPositiveRatioMeasure? TargetScale { get; set; }
Property Value
|
Improve this Doc
View Source
TargetView
Declaration
IfcGeometricProjectionEnum TargetView { get; set; }
Property Value
|
Improve this Doc
View Source
UserDefinedTargetView
Declaration
IfcLabel? UserDefinedTargetView { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|